RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / powerpc / kernel / vdso64 / vdso64_wrapper.S
blobb8553d62b792ffb2953a400fabdf8fc746c62501
1 #include <linux/init.h>
2 #include <linux/linkage.h>
3 #include <asm/page.h>
5         __PAGE_ALIGNED_DATA
7         .globl vdso64_start, vdso64_end
8         .balign PAGE_SIZE
9 vdso64_start:
10         .incbin "arch/powerpc/kernel/vdso64/vdso64.so"
11         .balign PAGE_SIZE
12 vdso64_end:
14         .previous