Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux
/
833f73299fdf4497af1552e219e95661f4d2cdca
/
.
/
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