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