aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mips/regs.S
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mips/regs.S')
-rw-r--r--libgloss/mips/regs.S5
1 files changed, 4 insertions, 1 deletions
diff --git a/libgloss/mips/regs.S b/libgloss/mips/regs.S
index e4b1343..ac29354 100644
--- a/libgloss/mips/regs.S
+++ b/libgloss/mips/regs.S
@@ -98,7 +98,10 @@
#define SR_SX 0x00000040 /* Supervisor extended addressing enabled */
#define SR_UX 0x00000020 /* User extended addressing enabled */
-#define SR_MSA 0x08000000 /* MSA ASE */
+#define SR_IE 0x00000001 /* Interrupt enable */
+
+#define SR_MX 0x01000000 /* MDMX or DSP ASE */
+#define CFG5_MSAEN 0x08000000 /* MSA ASE */
/* Standard (R4000) cache operations. Taken from "MIPS R4000
Microprocessor User's Manual" 2nd edition: */