Sign in
gem5
/
arm
/
linux
/
132d358b183ac6ad8b3fea32ad5e0663456d18d1
/
.
/
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