patch-2.4.22 linux-2.4.22/arch/mips/dec/prom/locore.S
Next file: linux-2.4.22/arch/mips/dec/prom/memory.c
Previous file: linux-2.4.22/arch/mips/dec/prom/init.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/dec/prom/locore.S
- Orig date:
1999-06-25 17:40:12.000000000 -0700
diff -urN linux-2.4.21/arch/mips/dec/prom/locore.S linux-2.4.22/arch/mips/dec/prom/locore.S
@@ -19,11 +19,11 @@
mfc0 k0, CP0_STATUS
la k1, mem_err
- sw k0,0(k1)
+ sw k0, 0(k1)
mfc0 k0, CP0_EPC
nop
- addiu k0,4 # skip the causing instruction
+ addiu k0, 4 # skip the causing instruction
jr k0
rfe
END(genexcept_early)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)