blob: 2ce5f82c333b15c255b621e63d7bc57b7278b361 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#include <linux/init.h>
2
3__INITDATA
4
Jeremy Fitzhardinge6a52e4b2008-07-12 02:22:00 -07005 .globl vdso32_int80_start, vdso32_int80_end
6vdso32_int80_start:
Roland McGrath6c3652e2008-01-30 13:30:42 +01007 .incbin "arch/x86/vdso/vdso32-int80.so"
Jeremy Fitzhardinge6a52e4b2008-07-12 02:22:00 -07008vdso32_int80_end:
9
10 .globl vdso32_syscall_start, vdso32_syscall_end
11vdso32_syscall_start:
12#ifdef CONFIG_COMPAT
Roland McGrathaf65d642008-01-30 13:30:43 +010013 .incbin "arch/x86/vdso/vdso32-syscall.so"
14#endif
Jeremy Fitzhardinge6a52e4b2008-07-12 02:22:00 -070015vdso32_syscall_end:
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
Roland McGrathaf65d642008-01-30 13:30:43 +010017 .globl vdso32_sysenter_start, vdso32_sysenter_end
18vdso32_sysenter_start:
Roland McGrath6c3652e2008-01-30 13:30:42 +010019 .incbin "arch/x86/vdso/vdso32-sysenter.so"
Roland McGrathaf65d642008-01-30 13:30:43 +010020vdso32_sysenter_end:
Linus Torvalds1da177e2005-04-16 15:20:36 -070021
22__FINIT