Linux 4.1.18
[linux/fpc-iii.git] / arch / powerpc / kernel / vdso64 / vdso64_wrapper.S
blobdf60fca6a13d1eb745612e78c0be86a32fb78c45
1 #include <linux/linkage.h>
2 #include <asm/page.h>
4         __PAGE_ALIGNED_DATA
6         .globl vdso64_start, vdso64_end
7         .balign PAGE_SIZE
8 vdso64_start:
9         .incbin "arch/powerpc/kernel/vdso64/vdso64.so.dbg"
10         .balign PAGE_SIZE
11 vdso64_end:
13         .previous