Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
arch
/
ppc64
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob: 76ca28e09d295cbceca9909ce5b1c7fa858a5b60 [
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/ppc64/kernel/vdso32/vdso32.so"
.balign PAGE_SIZE
vdso32_end
:
.previous