x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c
[deliverable/linux.git] / arch / x86 / vdso / vdso32.S
CommitLineData
9e6f450f 1#include <asm/vdso.h>
1da177e4 2
b67e612c 3DEFINE_VDSO_IMAGE(vdso32_int80, "arch/x86/vdso/vdso32-int80.so")
1da177e4 4
6a52e4b1 5#ifdef CONFIG_COMPAT
b67e612c 6DEFINE_VDSO_IMAGE(vdso32_syscall, "arch/x86/vdso/vdso32-syscall.so")
af65d648 7#endif
1da177e4 8
b67e612c 9DEFINE_VDSO_IMAGE(vdso32_sysenter, "arch/x86/vdso/vdso32-sysenter.so")
This page took 0.72864 seconds and 5 git commands to generate.