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/vdsox32.S | |
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/vdsox32.S')
-rw-r--r-- | arch/x86/vdso/vdsox32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/vdsox32.S b/arch/x86/vdso/vdsox32.S index 19a692778650..f4aa34e7f370 100644 --- a/arch/x86/vdso/vdsox32.S +++ b/arch/x86/vdso/vdsox32.S @@ -1,3 +1,3 @@ -#include "vdso_image.h" +#include <asm/vdso.h> DEFINE_VDSO_IMAGE(vdsox32, "arch/x86/vdso/vdsox32.so") |