Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / s390 / kernel / vdso32 / vdso32_wrapper.S
CommitLineData
b020632e 1#include <linux/init.h>
abe1ee3a 2#include <linux/linkage.h>
b020632e
MS
3#include <asm/page.h>
4
abe1ee3a 5 __PAGE_ALIGNED_DATA
b020632e
MS
6
7 .globl vdso32_start, vdso32_end
8 .balign PAGE_SIZE
9vdso32_start:
10 .incbin "arch/s390/kernel/vdso32/vdso32.so"
11 .balign PAGE_SIZE
12vdso32_end:
13
14 .previous