csky: Reconstruct VDSO framework
[linux-2.6-microblaze.git] / arch / csky / kernel / vdso / vdso.S
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #include <linux/init.h>
4 #include <linux/linkage.h>
5 #include <asm/page.h>
6
7         __PAGE_ALIGNED_DATA
8
9         .globl vdso_start, vdso_end
10         .balign PAGE_SIZE
11 vdso_start:
12         .incbin "arch/csky/kernel/vdso/vdso.so"
13         .balign PAGE_SIZE
14 vdso_end:
15
16         .previous