Sign in
gem5
/
arm
/
linux
/
ef178f9238b142cc1020265e176b20d27fd02ba9
/
.
/
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