Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include <linux/init.h> |
| 2 | |
| 3 | __INITDATA |
| 4 | |
Jeremy Fitzhardinge | 6a52e4b | 2008-07-12 02:22:00 -0700 | [diff] [blame] | 5 | .globl vdso32_int80_start, vdso32_int80_end |
| 6 | vdso32_int80_start: |
Roland McGrath | 6c3652e | 2008-01-30 13:30:42 +0100 | [diff] [blame] | 7 | .incbin "arch/x86/vdso/vdso32-int80.so" |
Jeremy Fitzhardinge | 6a52e4b | 2008-07-12 02:22:00 -0700 | [diff] [blame] | 8 | vdso32_int80_end: |
| 9 | |
| 10 | .globl vdso32_syscall_start, vdso32_syscall_end |
| 11 | vdso32_syscall_start: |
| 12 | #ifdef CONFIG_COMPAT |
Roland McGrath | af65d64 | 2008-01-30 13:30:43 +0100 | [diff] [blame] | 13 | .incbin "arch/x86/vdso/vdso32-syscall.so" |
| 14 | #endif |
Jeremy Fitzhardinge | 6a52e4b | 2008-07-12 02:22:00 -0700 | [diff] [blame] | 15 | vdso32_syscall_end: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | |
Roland McGrath | af65d64 | 2008-01-30 13:30:43 +0100 | [diff] [blame] | 17 | .globl vdso32_sysenter_start, vdso32_sysenter_end |
| 18 | vdso32_sysenter_start: |
Roland McGrath | 6c3652e | 2008-01-30 13:30:42 +0100 | [diff] [blame] | 19 | .incbin "arch/x86/vdso/vdso32-sysenter.so" |
Roland McGrath | af65d64 | 2008-01-30 13:30:43 +0100 | [diff] [blame] | 20 | vdso32_sysenter_end: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | |
| 22 | __FINIT |