mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
9e6f450f94
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>
10 lines
258 B
ArmAsm
10 lines
258 B
ArmAsm
#include <asm/vdso.h>
|
|
|
|
DEFINE_VDSO_IMAGE(vdso32_int80, "arch/x86/vdso/vdso32-int80.so")
|
|
|
|
#ifdef CONFIG_COMPAT
|
|
DEFINE_VDSO_IMAGE(vdso32_syscall, "arch/x86/vdso/vdso32-syscall.so")
|
|
#endif
|
|
|
|
DEFINE_VDSO_IMAGE(vdso32_sysenter, "arch/x86/vdso/vdso32-sysenter.so")
|