Tim Abbott | abe1ee3 | 2009-09-20 18:14:15 -0400 | [diff] [blame] | 1 | #include <linux/linkage.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #include <asm/page.h> |
| 3 | |
Tim Abbott | abe1ee3 | 2009-09-20 18:14:15 -0400 | [diff] [blame] | 4 | __PAGE_ALIGNED_DATA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
| 6 | .globl vdso32_start, vdso32_end |
| 7 | .balign PAGE_SIZE |
| 8 | vdso32_start: |
Anton Blanchard | 24b659a | 2014-02-12 17:18:50 +1100 | [diff] [blame] | 9 | .incbin "arch/powerpc/kernel/vdso32/vdso32.so.dbg" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | .balign PAGE_SIZE |
| 11 | vdso32_end: |
| 12 | |
| 13 | .previous |