Loading arch/score/kernel/signal.c +1 −3 Original line number Diff line number Diff line Loading @@ -236,9 +236,7 @@ static int setup_rt_frame(struct k_sigaction *ka, struct pt_regs *regs, return 0; give_sigsegv: if (signr == SIGSEGV) ka->sa.sa_handler = SIG_DFL; force_sig(SIGSEGV, current); force_sigsegv(signr, current); return -EFAULT; } Loading Loading
arch/score/kernel/signal.c +1 −3 Original line number Diff line number Diff line Loading @@ -236,9 +236,7 @@ static int setup_rt_frame(struct k_sigaction *ka, struct pt_regs *regs, return 0; give_sigsegv: if (signr == SIGSEGV) ka->sa.sa_handler = SIG_DFL; force_sig(SIGSEGV, current); force_sigsegv(signr, current); return -EFAULT; } Loading