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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.