drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / riscv / kernel / vdso / vdso.S
blob83f1c899e8d82e646701676f7b85ad4eb0712995
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2014 Regents of the University of California
4  */
6 #include <linux/init.h>
7 #include <linux/linkage.h>
8 #include <asm/page.h>
10 #ifndef __VDSO_PATH
11 #define __VDSO_PATH "arch/riscv/kernel/vdso/vdso.so"
12 #endif
14         __PAGE_ALIGNED_DATA
16         .globl vdso_start, vdso_end
17         .balign PAGE_SIZE
18 vdso_start:
19         .incbin __VDSO_PATH
20         .balign PAGE_SIZE
21 vdso_end:
23         .previous