projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6f450
)
x86, vdso: Finish removing VDSO32_PRELINK
author
Andy Lutomirski
<luto@amacapital.net>
Fri, 21 Mar 2014 01:57:19 +0000
(18:57 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 21 Mar 2014 03:20:18 +0000
(20:20 -0700)
It's a declaration of a nonexistent symbol. We can get rid of the
64-bit versions, too, but that's more intrusive.
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Cc: Stefani Seibold <stefani@seibold.net>
Link:
http://lkml.kernel.org/r/2ce2ce18447d8a0b78d44a278a066b6c0af06b32.1395366931.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/vdso.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/vdso.h
b/arch/x86/include/asm/vdso.h
index 7622a65a969ebafc16c589f0a5361397344dea6a..d1dc55404ff127b48e481fe2c31bd73e1e15a5bf 100644
(file)
--- a/
arch/x86/include/asm/vdso.h
+++ b/
arch/x86/include/asm/vdso.h
@@
-41,8
+41,6
@@
DECLARE_VDSO_IMAGE(vdso32_syscall);
#endif
DECLARE_VDSO_IMAGE(vdso32_sysenter);
-extern const char VDSO32_PRELINK[];
-
/*
* Given a pointer to the vDSO image, find the pointer to VDSO32_name
* as that symbol is defined in the vDSO sources or linker script.