]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/x86/vdso/vdso32.S
Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'osc-pcie...
[mirror_ubuntu-zesty-kernel.git] / arch / x86 / vdso / vdso32.S
CommitLineData
1da177e4
LT
1#include <linux/init.h>
2
3__INITDATA
4
6a52e4b1
JF
5 .globl vdso32_int80_start, vdso32_int80_end
6vdso32_int80_start:
6c3652ef 7 .incbin "arch/x86/vdso/vdso32-int80.so"
6a52e4b1
JF
8vdso32_int80_end:
9
10 .globl vdso32_syscall_start, vdso32_syscall_end
11vdso32_syscall_start:
12#ifdef CONFIG_COMPAT
af65d648
RM
13 .incbin "arch/x86/vdso/vdso32-syscall.so"
14#endif
6a52e4b1 15vdso32_syscall_end:
1da177e4 16
af65d648
RM
17 .globl vdso32_sysenter_start, vdso32_sysenter_end
18vdso32_sysenter_start:
6c3652ef 19 .incbin "arch/x86/vdso/vdso32-sysenter.so"
af65d648 20vdso32_sysenter_end:
1da177e4
LT
21
22__FINIT