Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
09009f30de188c847d72039e6250bfea56a0f887
/
.
/
arch
/
s390
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob: ae42f8ce350bcb5047e6b553749fa6dc453295c7 [
file
] [
log
] [
blame
]
#include <linux/init.h>
#include <linux/linkage.h>
#include <asm/page.h>
__PAGE_ALIGNED_DATA
.globl vdso32_start
,
vdso32_end
.balign PAGE_SIZE
vdso32_start
:
.incbin
"arch/s390/kernel/vdso32/vdso32.so"
.balign PAGE_SIZE
vdso32_end
:
.previous