Loading arch/mips/kernel/irixsig.c +0 −4 Original line number Diff line number Diff line Loading @@ -186,9 +186,6 @@ asmlinkage int do_irix_signal(sigset_t *oldset, struct pt_regs *regs) if (!user_mode(regs)) return 1; if (try_to_freeze()) goto no_signal; if (!oldset) oldset = ¤t->blocked; Loading @@ -196,7 +193,6 @@ asmlinkage int do_irix_signal(sigset_t *oldset, struct pt_regs *regs) if (signr > 0) return handle_signal(signr, &info, &ka, oldset, regs); no_signal: /* * Who's code doesn't conform to the restartable syscall convention * dies here!!! The li instruction, a single machine instruction, Loading arch/mips/kernel/signal.c +0 −4 Original line number Diff line number Diff line Loading @@ -424,9 +424,6 @@ void do_signal(struct pt_regs *regs) if (!user_mode(regs)) return; if (try_to_freeze()) goto no_signal; if (test_thread_flag(TIF_RESTORE_SIGMASK)) oldset = ¤t->saved_sigmask; else Loading @@ -448,7 +445,6 @@ void do_signal(struct pt_regs *regs) } } no_signal: /* * Who's code doesn't conform to the restartable syscall convention * dies here!!! The li instruction, a single machine instruction, Loading arch/mips/kernel/signal32.c +0 −4 Original line number Diff line number Diff line Loading @@ -815,9 +815,6 @@ void do_signal32(struct pt_regs *regs) if (!user_mode(regs)) return; if (try_to_freeze()) goto no_signal; if (test_thread_flag(TIF_RESTORE_SIGMASK)) oldset = ¤t->saved_sigmask; else Loading @@ -838,7 +835,6 @@ void do_signal32(struct pt_regs *regs) } } no_signal: /* * Who's code doesn't conform to the restartable syscall convention * dies here!!! The li instruction, a single machine instruction, Loading Loading
arch/mips/kernel/irixsig.c +0 −4 Original line number Diff line number Diff line Loading @@ -186,9 +186,6 @@ asmlinkage int do_irix_signal(sigset_t *oldset, struct pt_regs *regs) if (!user_mode(regs)) return 1; if (try_to_freeze()) goto no_signal; if (!oldset) oldset = ¤t->blocked; Loading @@ -196,7 +193,6 @@ asmlinkage int do_irix_signal(sigset_t *oldset, struct pt_regs *regs) if (signr > 0) return handle_signal(signr, &info, &ka, oldset, regs); no_signal: /* * Who's code doesn't conform to the restartable syscall convention * dies here!!! The li instruction, a single machine instruction, Loading
arch/mips/kernel/signal.c +0 −4 Original line number Diff line number Diff line Loading @@ -424,9 +424,6 @@ void do_signal(struct pt_regs *regs) if (!user_mode(regs)) return; if (try_to_freeze()) goto no_signal; if (test_thread_flag(TIF_RESTORE_SIGMASK)) oldset = ¤t->saved_sigmask; else Loading @@ -448,7 +445,6 @@ void do_signal(struct pt_regs *regs) } } no_signal: /* * Who's code doesn't conform to the restartable syscall convention * dies here!!! The li instruction, a single machine instruction, Loading
arch/mips/kernel/signal32.c +0 −4 Original line number Diff line number Diff line Loading @@ -815,9 +815,6 @@ void do_signal32(struct pt_regs *regs) if (!user_mode(regs)) return; if (try_to_freeze()) goto no_signal; if (test_thread_flag(TIF_RESTORE_SIGMASK)) oldset = ¤t->saved_sigmask; else Loading @@ -838,7 +835,6 @@ void do_signal32(struct pt_regs *regs) } } no_signal: /* * Who's code doesn't conform to the restartable syscall convention * dies here!!! The li instruction, a single machine instruction, Loading