Sign in
gbmc
/
linux
/
refs/heads/linux-2.6.33.y
/
.
/
arch
/
s390
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob: ae42f8ce350bcb5047e6b553749fa6dc453295c7 [
file
] [
log
] [
blame
] [
edit
]
#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