diff options
author | Florian Lohoff <flo@rfc822.org> | 2001-03-25 22:46:23 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2001-03-25 22:46:23 +0000 |
commit | 86379fd2f83d9c135ede0058ab6c4adf60625610 (patch) | |
tree | e9ce8b8837c8411e60711f6e0daf824aee21fe54 /include | |
parent | 12e21056dc59022eef82e32eb40cc9f98195e021 (diff) |
First commit then think - Or was it the other way round ?
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/cpu.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index 90ec2f7e2..fa1a346e9 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h @@ -47,9 +47,6 @@ #define PRID_IMP_R4600 0x2000 #define PRID_IMP_R4700 0x2100 #define PRID_IMP_R3912 0x2200 -#define PRID_IMP_TX3912 0x2210 -#define PRID_IMP_TX3922 0x2230 -#define PRID_IMP_TX3927 0x2240 #define PRID_IMP_R4640 0x2200 #define PRID_IMP_R4650 0x2200 /* Same as R4640 */ #define PRID_IMP_R5000 0x2300 @@ -80,6 +77,8 @@ #define PRID_REV_R3000 0x0020 #define PRID_REV_R2000A 0x0010 #define PRID_REV_R3912 0x0010 +#define PRID_REV_TX3922 0x0030 +#define PRID_REV_TX3927 0x0040 #ifndef _LANGUAGE_ASSEMBLY /* |