Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
qcom
/
qcom-msm-v3.10
/
ff43d9af5e7f0c7545b6b81a98171eb4c64479d8
/
.
/
arch
/
s390
/
kernel
/
vdso64
/
vdso64_wrapper.S
blob: c245842b516fdfa490e2c877252730cfc8fb5589 [
file
] [
log
] [
blame
]
#include <linux/init.h>
#include <linux/linkage.h>
#include <asm/page.h>
__PAGE_ALIGNED_DATA
.globl vdso64_start
,
vdso64_end
.balign PAGE_SIZE
vdso64_start
:
.incbin
"arch/s390/kernel/vdso64/vdso64.so"
.balign PAGE_SIZE
vdso64_end
:
.previous