Back to home page

OSCL-LXR

 
 

    


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 vdso64_start, vdso64_end
0009     .balign PAGE_SIZE
0010 vdso64_start:
0011     .incbin "arch/s390/kernel/vdso64/vdso64.so"
0012     .balign PAGE_SIZE
0013 vdso64_end:
0014 
0015     .previous