patch-1.3.4 linux/arch/mips/kernel/traps.c
Next file: linux/arch/sparc/Makefile
Previous file: linux/arch/i386/kernel/sys_i386.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jun 22 10:35:00 1995
- Orig file:
v1.3.3/linux/arch/mips/kernel/traps.c
- Orig date:
Wed Jan 25 08:54:22 1995
diff -u --recursive --new-file v1.3.3/linux/arch/mips/kernel/traps.c linux/arch/mips/kernel/traps.c
@@ -82,7 +82,7 @@
unsigned long *stack, addr, module_start, module_end;
extern char start_kernel, etext;
- if (regs->cp0_status & (ST0_ERL|ST0_EXL) == 0)
+ if ((regs->cp0_status & (ST0_ERL|ST0_EXL)) == 0)
return;
sp = (unsigned long *)regs->reg29;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this