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