![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 0003 #include <linux/init.h> 0004 #include <linux/linkage.h> 0005 #include <asm/page.h> 0006 0007 __PAGE_ALIGNED_DATA 0008 0009 .globl vdso_start, vdso_end 0010 .balign PAGE_SIZE 0011 vdso_start: 0012 .incbin "arch/csky/kernel/vdso/vdso.so" 0013 .balign PAGE_SIZE 0014 vdso_end: 0015 0016 .previous
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |