Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
arch
/
ppc64
/
kernel
/
vdso64
/
vdso64_wrapper.S
blob: 771c2741c492ebd8b11685ad593dd67fa657ece3 [
file
] [
log
] [
blame
]
#include <linux/init.h>
#include <asm/page.h>
.section
".data.page_aligned"
.globl vdso64_start
,
vdso64_end
.balign PAGE_SIZE
vdso64_start
:
.incbin
"arch/ppc64/kernel/vdso64/vdso64.so"
.balign PAGE_SIZE
vdso64_end
:
.previous