projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfd4c49
)
s390/vdso: add missing boot_vdso_data declaration
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 14 Nov 2017 12:35:14 +0000
(13:35 +0100)
committer
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 14 Nov 2017 21:07:49 +0000
(22:07 +0100)
sparse says:
arch/s390/kernel/vdso.c:150:18:
warning: symbol 'boot_vdso_data' was not declared. Should it be static?
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/include/asm/vdso.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/vdso.h
b/arch/s390/include/asm/vdso.h
index ae6261ef97d558bb8d52e38286503ed13fca8373..169d7604eb804432e179b74f2737acc8266fb92a 100644
(file)
--- a/
arch/s390/include/asm/vdso.h
+++ b/
arch/s390/include/asm/vdso.h
@@
-46,6
+46,7
@@
struct vdso_per_cpu_data {
};
extern struct vdso_data *vdso_data;
+extern struct vdso_data boot_vdso_data;
void vdso_alloc_boot_cpu(struct lowcore *lowcore);
int vdso_alloc_per_cpu(struct lowcore *lowcore);