Andreas Gruenbacher | 2275cfa | 2005-07-28 21:15:44 -0700 | [diff] [blame] | 1 | /* 32bit VDSOs mapped into user space. */ |
| 2 | |
| 3 | .section ".init.data","aw" |
| 4 | |
| 5 | .globl syscall32_syscall |
| 6 | .globl syscall32_syscall_end |
| 7 | |
| 8 | syscall32_syscall: |
Thomas Gleixner | 2db55d3 | 2007-10-11 11:17:21 +0200 | [diff] [blame] | 9 | .incbin "arch/x86/ia32/vsyscall-syscall.so" |
Andreas Gruenbacher | 2275cfa | 2005-07-28 21:15:44 -0700 | [diff] [blame] | 10 | syscall32_syscall_end: |
| 11 | |
| 12 | .globl syscall32_sysenter |
| 13 | .globl syscall32_sysenter_end |
| 14 | |
| 15 | syscall32_sysenter: |
Thomas Gleixner | 2db55d3 | 2007-10-11 11:17:21 +0200 | [diff] [blame] | 16 | .incbin "arch/x86/ia32/vsyscall-sysenter.so" |
Andreas Gruenbacher | 2275cfa | 2005-07-28 21:15:44 -0700 | [diff] [blame] | 17 | syscall32_sysenter_end: |