2005-04-17 06:20:36 +08:00
|
|
|
#include <linux/init.h>
|
|
|
|
|
|
|
|
__INITDATA
|
|
|
|
|
2008-07-12 17:22:00 +08:00
|
|
|
.globl vdso32_int80_start, vdso32_int80_end
|
|
|
|
vdso32_int80_start:
|
2008-01-30 20:30:42 +08:00
|
|
|
.incbin "arch/x86/vdso/vdso32-int80.so"
|
2008-07-12 17:22:00 +08:00
|
|
|
vdso32_int80_end:
|
|
|
|
|
|
|
|
.globl vdso32_syscall_start, vdso32_syscall_end
|
|
|
|
vdso32_syscall_start:
|
|
|
|
#ifdef CONFIG_COMPAT
|
2008-01-30 20:30:43 +08:00
|
|
|
.incbin "arch/x86/vdso/vdso32-syscall.so"
|
|
|
|
#endif
|
2008-07-12 17:22:00 +08:00
|
|
|
vdso32_syscall_end:
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-01-30 20:30:43 +08:00
|
|
|
.globl vdso32_sysenter_start, vdso32_sysenter_end
|
|
|
|
vdso32_sysenter_start:
|
2008-01-30 20:30:42 +08:00
|
|
|
.incbin "arch/x86/vdso/vdso32-sysenter.so"
|
2008-01-30 20:30:43 +08:00
|
|
|
vdso32_sysenter_end:
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
__FINIT
|