Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / arch / s390 / kernel / vdso64 / vdso64_wrapper.S
blob672184998623bbc50f7b858c7dc8d954e86d9dae
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/init.h>
3 #include <linux/linkage.h>
4 #include <asm/page.h>
6         __PAGE_ALIGNED_DATA
8         .globl vdso64_start, vdso64_end
9         .balign PAGE_SIZE
10 vdso64_start:
11         .incbin "arch/s390/kernel/vdso64/vdso64.so"
12         .balign PAGE_SIZE
13 vdso64_end:
15         .previous