Sign in
gem5
/
arm
/
linux
/
2d7bbb91c8df26c60d223205a087507430024177
/
.
/
arch
/
powerpc
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob: 556f0caa5d842a27885a6c2417787c18315037dc [
file
] [
log
] [
blame
]
#include <linux/init.h>
#include <asm/page.h>
.section
".data.page_aligned"
.globl vdso32_start
,
vdso32_end
.balign PAGE_SIZE
vdso32_start
:
.incbin
"arch/powerpc/kernel/vdso32/vdso32.so"
.balign PAGE_SIZE
vdso32_end
:
.previous