RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / x86_64 / ia32 / syscall32_syscall.S
blob8f8271bdf1355efb86050a38487c0f604d5886b5
1 /* 32bit VDSOs mapped into user space. */
3         .section ".init.data","aw"
5         .globl syscall32_syscall
6         .globl syscall32_syscall_end
8 syscall32_syscall:
9         .incbin "arch/x86_64/ia32/vsyscall-syscall.so"
10 syscall32_syscall_end:
12         .globl syscall32_sysenter
13         .globl syscall32_sysenter_end
15 syscall32_sysenter:
16         .incbin "arch/x86_64/ia32/vsyscall-sysenter.so"
17 syscall32_sysenter_end: