]> git.ipfire.org Git - thirdparty/linux.git/blob - arch/x86/um/vdso/vdso.S
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / x86 / um / vdso / vdso.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/init.h>
3
4 __INITDATA
5
6 .globl vdso_start, vdso_end
7 vdso_start:
8 .incbin "arch/x86/um/vdso/vdso.so"
9 vdso_end:
10
11 __FINIT