Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2012 ARM Limited
0004  */
0005 
0006 #include <linux/init.h>
0007 #include <linux/linkage.h>
0008 #include <linux/const.h>
0009 #include <asm/page.h>
0010 
0011     .globl vdso32_start, vdso32_end
0012     .section .rodata
0013     .balign PAGE_SIZE
0014 vdso32_start:
0015     .incbin "arch/arm64/kernel/vdso32/vdso.so"
0016     .balign PAGE_SIZE
0017 vdso32_end:
0018 
0019     .previous