Back to home page

OSCL-LXR

 
 

    


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