Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-microblaze.git] / arch / x86 / um / vdso / vdso.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/init.h>
3 #include <linux/linkage.h>
4
5 __INITDATA
6
7 SYM_DATA_START(vdso_start)
8         .incbin "arch/x86/um/vdso/vdso.so"
9 SYM_DATA_END_LABEL(vdso_start, SYM_L_GLOBAL, vdso_end)
10
11 __FINIT