2005-07-29 04:15:44 +00:00
|
|
|
/* 32bit VDSOs mapped into user space. */
|
|
|
|
|
|
|
|
.section ".init.data","aw"
|
|
|
|
|
|
|
|
.globl syscall32_syscall
|
|
|
|
.globl syscall32_syscall_end
|
|
|
|
|
|
|
|
syscall32_syscall:
|
2007-10-11 09:17:21 +00:00
|
|
|
.incbin "arch/x86/ia32/vsyscall-syscall.so"
|
2005-07-29 04:15:44 +00:00
|
|
|
syscall32_syscall_end:
|
|
|
|
|
|
|
|
.globl syscall32_sysenter
|
|
|
|
.globl syscall32_sysenter_end
|
|
|
|
|
|
|
|
syscall32_sysenter:
|
2007-10-11 09:17:21 +00:00
|
|
|
.incbin "arch/x86/ia32/vsyscall-sysenter.so"
|
2005-07-29 04:15:44 +00:00
|
|
|
syscall32_sysenter_end:
|