aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/irixsig.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/irixsig.c')
-rw-r--r--arch/mips/kernel/irixsig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/irixsig.c b/arch/mips/kernel/irixsig.c
index 052ea15f1e8..719364752e7 100644
--- a/arch/mips/kernel/irixsig.c
+++ b/arch/mips/kernel/irixsig.c
@@ -224,6 +224,7 @@ void do_irix_signal(struct pt_regs *regs)
224 regs->regs[7] = regs->regs[26]; 224 regs->regs[7] = regs->regs[26];
225 regs->cp0_epc -= 4; 225 regs->cp0_epc -= 4;
226 } 226 }
227 regs->regs[0] = 0; /* Don't deal with this again. */
227 } 228 }
228 229
229 /* 230 /*