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