x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c
[linux-2.6/btrfs-unstable.git] / arch / x86 / vdso / vdso32.S
blob018bcd9f97b42672d99ded52cb915a8576a51dc2
1 #include <asm/vdso.h>
3 DEFINE_VDSO_IMAGE(vdso32_int80, "arch/x86/vdso/vdso32-int80.so")
5 #ifdef CONFIG_COMPAT
6 DEFINE_VDSO_IMAGE(vdso32_syscall, "arch/x86/vdso/vdso32-syscall.so")
7 #endif
9 DEFINE_VDSO_IMAGE(vdso32_sysenter, "arch/x86/vdso/vdso32-sysenter.so")