RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / x86 / vdso / vdso32.S
blob2ce5f82c333b15c255b621e63d7bc57b7278b361
1 #include <linux/init.h>
3 __INITDATA
5         .globl vdso32_int80_start, vdso32_int80_end
6 vdso32_int80_start:
7         .incbin "arch/x86/vdso/vdso32-int80.so"
8 vdso32_int80_end:
10         .globl vdso32_syscall_start, vdso32_syscall_end
11 vdso32_syscall_start:
12 #ifdef CONFIG_COMPAT
13         .incbin "arch/x86/vdso/vdso32-syscall.so"
14 #endif
15 vdso32_syscall_end:
17         .globl vdso32_sysenter_start, vdso32_sysenter_end
18 vdso32_sysenter_start:
19         .incbin "arch/x86/vdso/vdso32-sysenter.so"
20 vdso32_sysenter_end:
22 __FINIT