allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / powerpc / kernel / vdso32 / vdso32_wrapper.S
blob556f0caa5d842a27885a6c2417787c18315037dc
1 #include <linux/init.h>
2 #include <asm/page.h>
4         .section ".data.page_aligned"
6         .globl vdso32_start, vdso32_end
7         .balign PAGE_SIZE
8 vdso32_start:
9         .incbin "arch/powerpc/kernel/vdso32/vdso32.so"
10         .balign PAGE_SIZE
11 vdso32_end:
13         .previous