Sign in
android-kvm
/
linux
/
350aede603f7db7a9b4c1a340fbe89ccae6523a2
/
.
/
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