diff options
author | Gleb O. Raiko <raiko@niisi.msk.ru> | 2000-03-13 10:33:02 +0000 |
---|---|---|
committer | Gleb O. Raiko <raiko@niisi.msk.ru> | 2000-03-13 10:33:02 +0000 |
commit | 9332bf5462630e1f20ba65152ed64231bcc52e9c (patch) | |
tree | 53b846368b2b52cf3d10017779db1c35c8090168 /include/asm-mips/mipsregs.h | |
parent | ae38fd1e4c98588314a42097c5a5e77dcef23561 (diff) |
Add R3081 support
Diffstat (limited to 'include/asm-mips/mipsregs.h')
-rw-r--r-- | include/asm-mips/mipsregs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 72a657573..23ed82cfd 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h @@ -1,4 +1,4 @@ -/* $Id: mipsregs.h,v 1.5 1999/04/11 17:13:57 harald Exp $ +/* $Id: mipsregs.h,v 1.6 1999/07/26 19:42:43 harald 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 @@ -30,6 +30,7 @@ #define CP0_RANDOM $1 #define CP0_ENTRYLO0 $2 #define CP0_ENTRYLO1 $3 +#define CP0_CONF $3 #define CP0_CONTEXT $4 #define CP0_PAGEMASK $5 #define CP0_WIRED $6 @@ -333,6 +334,8 @@ __BUILD_SET_CP0(config,CP0_CONFIG) #define CONF_DB (1 << 4) #define CONF_IB (1 << 5) #define CONF_SC (1 << 17) +#define CONF_AC (1 << 23) +#define CONF_HALT (1 << 25) /* * R10000 performance counter definitions. |