Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2012 ARM Limited
0004  *
0005  * Author: Will Deacon <will.deacon@arm.com>
0006  */
0007 
0008 #include <linux/init.h>
0009 #include <linux/linkage.h>
0010 #include <linux/const.h>
0011 #include <asm/assembler.h>
0012 #include <asm/page.h>
0013 
0014     .globl vdso_start, vdso_end
0015     .section .rodata
0016     .balign PAGE_SIZE
0017 vdso_start:
0018     .incbin "arch/arm64/kernel/vdso/vdso.so"
0019     .balign PAGE_SIZE
0020 vdso_end:
0021 
0022     .previous
0023 
0024 emit_aarch64_feature_1_and