Sign in
android-kvm
/
linux
/
75af25f581b1ffc63e06cb01547b3141d4cd5f58
/
.
/
arch
/
powerpc
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob: 79683d0393f5d01577503b02d7d298018647a758 [
file
] [
log
] [
blame
]
#include <linux/linkage.h>
#include <asm/page.h>
__PAGE_ALIGNED_DATA
.globl vdso32_start
,
vdso32_end
.balign PAGE_SIZE
vdso32_start
:
.incbin
"arch/powerpc/kernel/vdso32/vdso32.so"
.balign PAGE_SIZE
vdso32_end
:
.previous