diff options
author | Harald Koerfgen <hkoerfg@web.de> | 1999-04-11 17:13:55 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 1999-04-11 17:13:55 +0000 |
commit | 24377993f15547b37b6337ad42f89cca3b7c6d52 (patch) | |
tree | fe67f233dfa3bb479a8e8ad37a59aadd11b9e93b /include/asm-mips/mipsregs.h | |
parent | 30d8d197749ab4766ed02604af02068a00b32964 (diff) |
R3000 changes which don't affect common code
Diffstat (limited to 'include/asm-mips/mipsregs.h')
-rw-r--r-- | include/asm-mips/mipsregs.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 4b26fa496..ab1b4228c 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h @@ -1,4 +1,4 @@ -/* $Id: mipsregs.h,v 1.6 1998/08/17 11:27:08 ralf Exp $ +/* $Id: mipsregs.h,v 1.4 1998/08/25 09:21:57 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -233,11 +233,12 @@ __BUILD_SET_CP0(config,CP0_CONFIG) /* * 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 */ /* |