/* SPDX-License-Identifier: GPL-2.0 */ /* * Author: Huacai Chen * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #include #include #include #include #include .section .text .cfi_sections .debug_frame SYM_FUNC_START(__vdso_rt_sigreturn) li.w a7, __NR_rt_sigreturn syscall 0 SYM_FUNC_END(__vdso_rt_sigreturn)