]> Git Repo - linux.git/blob - arch/csky/kernel/vdso/rt_sigreturn.S
x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'
[linux.git] / arch / csky / kernel / vdso / rt_sigreturn.S
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #include <linux/linkage.h>
4 #include <asm/unistd.h>
5 #include <abi/vdso.h>
6
7         .text
8 ENTRY(__vdso_rt_sigreturn)
9         .cfi_startproc
10         .cfi_signal_frame
11         SET_SYSCALL_ID
12         trap    0
13         .cfi_endproc
14 ENDPROC(__vdso_rt_sigreturn)
This page took 0.03203 seconds and 4 git commands to generate.