Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
76baeebf7df493703eeb4428eac015bdb7fabda6
/
.
/
arch
/
s390
/
kernel
/
vdso64
/
vdso64_wrapper.S
blob: d8e2ac14d564d057bef615266bcf17abf90083cf [
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/s390/kernel/vdso64/vdso64.so"
.balign PAGE_SIZE
vdso64_end
:
.previous