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