Sign in
android-kvm
/
linux
/
e1bde3b11fedace5042f0232339da90bc85666af
/
.
/
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