Sign in
gem5
/
arm
/
linux-arm64-legacy
/
5556ea4df6426e2a11f459a633e26cb7466e0d1c
/
.
/
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