drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / riscv / kernel / vdso / sys_hwprobe.S
blob77e57f8305216c466f51979c91899754b4a7b382
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2023 Rivos, Inc */
4 #include <linux/linkage.h>
5 #include <asm/unistd.h>
7 .text
8 SYM_FUNC_START(riscv_hwprobe)
9         .cfi_startproc
10         li a7, __NR_riscv_hwprobe
11         ecall
12         ret
14         .cfi_endproc
15 SYM_FUNC_END(riscv_hwprobe)