diff options
author | Florian Lohoff <flo@rfc822.org> | 2001-03-25 22:34:51 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2001-03-25 22:34:51 +0000 |
commit | 9faa36e19ca9b0d87e0b1a280b593ba757a997f3 (patch) | |
tree | 4d1d030ebf3c251f3b706724177fedee28a1d664 /include | |
parent | a463c73c1b32cfac06dfea05e39c2dcc65551d71 (diff) |
Add TX3912/22/27 to the PRID Table
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index e5031ee38..90ec2f7e2 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h @@ -47,6 +47,9 @@ #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 |