Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d105a6c97e43e35fd4f852928bb8a19df235c6e7
/
.
/
arch
/
powerpc
/
kernel
/
vdso64
/
vdso64_wrapper.S
blob: 8df9e2463007c1601012aae7062c6a8896ebf9ef [
file
] [
log
] [
blame
]
#include <linux/linkage.h>
#include <asm/page.h>
__PAGE_ALIGNED_DATA
.globl vdso64_start
,
vdso64_end
.balign PAGE_SIZE
vdso64_start
:
.incbin
"arch/powerpc/kernel/vdso64/vdso64.so"
.balign PAGE_SIZE
vdso64_end
:
.previous