diff options
Diffstat (limited to 'libgloss/mips/regs.S')
-rw-r--r-- | libgloss/mips/regs.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/mips/regs.S b/libgloss/mips/regs.S index bdf933f13..e4b134307 100644 --- a/libgloss/mips/regs.S +++ b/libgloss/mips/regs.S @@ -98,6 +98,8 @@ #define SR_SX 0x00000040 /* Supervisor extended addressing enabled */ #define SR_UX 0x00000020 /* User extended addressing enabled */ +#define SR_MSA 0x08000000 /* MSA ASE */ + /* Standard (R4000) cache operations. Taken from "MIPS R4000 Microprocessor User's Manual" 2nd edition: */ |