summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/vdso/rt_sigreturn.S
blob: 0a6bd1216118c184bf6153255886e0cee6fe6fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#include <linux/linkage.h>
#include <asm/unistd.h>
#include <abi/vdso.h>

	.text
ENTRY(__vdso_rt_sigreturn)
	.cfi_startproc
	.cfi_signal_frame
	SET_SYSCALL_ID
	trap	0
	.cfi_endproc
ENDPROC(__vdso_rt_sigreturn)