Andy Lutomirski | 9e6f450 | 2014-03-20 18:57:18 -0700 | [diff] [blame] | 1 | #include <asm/vdso.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | |
Andy Lutomirski | b67e612 | 2014-03-20 15:01:21 -0700 | [diff] [blame] | 3 | DEFINE_VDSO_IMAGE(vdso32_int80, "arch/x86/vdso/vdso32-int80.so") |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
Jeremy Fitzhardinge | 6a52e4b | 2008-07-12 02:22:00 -0700 | [diff] [blame] | 5 | #ifdef CONFIG_COMPAT |
Andy Lutomirski | b67e612 | 2014-03-20 15:01:21 -0700 | [diff] [blame] | 6 | DEFINE_VDSO_IMAGE(vdso32_syscall, "arch/x86/vdso/vdso32-syscall.so") |
Roland McGrath | af65d64 | 2008-01-30 13:30:43 +0100 | [diff] [blame] | 7 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Andy Lutomirski | b67e612 | 2014-03-20 15:01:21 -0700 | [diff] [blame] | 9 | DEFINE_VDSO_IMAGE(vdso32_sysenter, "arch/x86/vdso/vdso32-sysenter.so") |