diff options
author | Andy Lutomirski <luto@amacapital.net> | 2014-03-21 02:57:18 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-03-21 04:20:08 +0100 |
commit | 9e6f450f946d35d585798da268d45c679632fe05 (patch) | |
tree | 733e5945b5efc2be040da323ec2c17c1100525d3 /arch/x86/vdso/vdso32-setup.c | |
parent | x86: Load the 32-bit vdso in place, just like the 64-bit vdsos (diff) | |
download | linux-9e6f450f946d35d585798da268d45c679632fe05.tar.xz linux-9e6f450f946d35d585798da268d45c679632fe05.zip |
x86, vdso: Move more vdso definitions into vdso.h
This fixes the Xen build and gets rid of a silly header file.
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Cc: Stefani Seibold <stefani@seibold.net>
Link: http://lkml.kernel.org/r/1df77311795aff75f5742c787d277518314a38d3.1395366931.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/vdso/vdso32-setup.c')
-rw-r--r-- | arch/x86/vdso/vdso32-setup.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/vdso/vdso32-setup.c b/arch/x86/vdso/vdso32-setup.c index b45528ee8e19..791c1cb822c6 100644 --- a/arch/x86/vdso/vdso32-setup.c +++ b/arch/x86/vdso/vdso32-setup.c @@ -29,7 +29,6 @@ #include <asm/fixmap.h> #include <asm/hpet.h> #include <asm/vvar.h> -#include "vdso_image.h" #ifdef CONFIG_COMPAT_VDSO #define VDSO_DEFAULT 0 @@ -42,12 +41,6 @@ #define arch_setup_additional_pages syscall32_setup_pages #endif -DECLARE_VDSO_IMAGE(vdso32_int80); -#ifdef CONFIG_COMPAT -DECLARE_VDSO_IMAGE(vdso32_syscall); -#endif -DECLARE_VDSO_IMAGE(vdso32_sysenter); - /* * Should the kernel map a VDSO page into processes and pass its * address down to glibc upon exec()? |