patch-2.4.0-test3 linux/include/asm-mips64/mipsregs.h
Next file: linux/include/asm-mips64/mmu_context.h
Previous file: linux/include/asm-mips64/irq.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Jul 9 22:18:15 2000
- Orig file:
v2.4.0-test2/linux/include/asm-mips64/mipsregs.h
- Orig date:
Tue May 23 15:31:36 2000
diff -u --recursive --new-file v2.4.0-test2/linux/include/asm-mips64/mipsregs.h linux/include/asm-mips64/mipsregs.h
@@ -213,6 +213,8 @@
#define ST0_UX 0x00000020
#define ST0_SX 0x00000040
#define ST0_KX 0x00000080
+#define ST0_DE 0x00010000
+#define ST0_CE 0x00020000
/*
* Status register bits available in all MIPS CPUs.
@@ -234,8 +236,6 @@
#define STATUSF_IP6 (1 << 14)
#define STATUSB_IP7 15
#define STATUSF_IP7 (1 << 15)
-#define ST0_DE 0x00010000
-#define ST0_CE 0x00020000
#define ST0_CH 0x00040000
#define ST0_SR 0x00100000
#define ST0_TS 0x00200000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)