patch-2.3.9 linux/include/asm-mips/stackframe.h
Next file: linux/include/asm-mips/string.h
Previous file: linux/include/asm-mips/spinlock.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri Jun 25 17:37:53 1999
- Orig file:
v2.3.8/linux/include/asm-mips/stackframe.h
- Orig date:
Tue Oct 20 13:52:54 1998
diff -u --recursive --new-file v2.3.8/linux/include/asm-mips/stackframe.h linux/include/asm-mips/stackframe.h
@@ -139,7 +139,12 @@
ori t0, 0x1f; \
xori t0, 0x1f; \
mtc0 t0, CP0_STATUS; \
+ li v1, 0xff00; \
+ and t0, v1; \
lw v0, PT_STATUS(sp); \
+ nor v1, $0, v1; \
+ and v0, v1; \
+ or v0, t0; \
mtc0 v0, CP0_STATUS; \
lw v1, PT_EPC(sp); \
mtc0 v1, CP0_EPC; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)