1
0
Fork 0

[MIPS] signal: do not inline handle_signal()

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
hifive-unleashed-5.1
Franck Bui-Huu 2007-02-05 15:24:28 +01:00 committed by Ralf Baechle
parent f90080a059
commit e692eb30ff
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ give_sigsegv:
return -EFAULT;
}
static inline int handle_signal(unsigned long sig, siginfo_t *info,
static int handle_signal(unsigned long sig, siginfo_t *info,
struct k_sigaction *ka, sigset_t *oldset, struct pt_regs *regs)
{
int ret;