patch-2.3.9 linux/include/asm-mips/mipsregs.h
Next file: linux/include/asm-mips/newport.h
Previous file: linux/include/asm-mips/keyboard.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Jun 25 17:37:53 1999
- Orig file:
v2.3.8/linux/include/asm-mips/mipsregs.h
- Orig date:
Tue Oct 20 13:52:53 1998
diff -u --recursive --new-file v2.3.8/linux/include/asm-mips/mipsregs.h linux/include/asm-mips/mipsregs.h
@@ -233,11 +233,12 @@
/*
* Bitfields in the R[23]000 cp0 status register.
*/
-#define ST0_KUC 0x00000001
-#define ST0_IEP 0x00000002
-#define ST0_KUP 0x00000004
-#define ST0_IEO 0x00000008
-#define ST0_KUO 0x00000010
+#define ST0_IEC 0x00000001
+#define ST0_KUC 0x00000002
+#define ST0_IEP 0x00000004
+#define ST0_KUP 0x00000008
+#define ST0_IEO 0x00000010
+#define ST0_KUO 0x00000020
/* bits 6 & 7 are reserved on R[23]000 */
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)