diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-12 12:12:05 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:45 -0400 |
commit | bbc7f22f6dca8a075b565ade49e9a982f89707c3 (patch) | |
tree | 06f2055cd1bb17f1330023bf111dc9fa7b1d589c /include/asm-mips/cpu.h | |
parent | 079ef8bb809c701fa0ab09d8984262693b854f94 (diff) |
Detect the 34K.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/cpu.h')
-rw-r--r-- | include/asm-mips/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index 2a109a5e0932..e6927442f7b4 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h | |||
@@ -77,6 +77,7 @@ | |||
77 | #define PRID_IMP_4KEMPR2 0x9100 | 77 | #define PRID_IMP_4KEMPR2 0x9100 |
78 | #define PRID_IMP_4KSD 0x9200 | 78 | #define PRID_IMP_4KSD 0x9200 |
79 | #define PRID_IMP_24K 0x9300 | 79 | #define PRID_IMP_24K 0x9300 |
80 | #define PRID_IMP_34K 0x9500 | ||
80 | #define PRID_IMP_24KE 0x9600 | 81 | #define PRID_IMP_24KE 0x9600 |
81 | 82 | ||
82 | #define PRID_IMP_UNKNOWN 0xff00 | 83 | #define PRID_IMP_UNKNOWN 0xff00 |
@@ -185,7 +186,8 @@ | |||
185 | #define CPU_AU1550 57 | 186 | #define CPU_AU1550 57 |
186 | #define CPU_24K 58 | 187 | #define CPU_24K 58 |
187 | #define CPU_AU1200 59 | 188 | #define CPU_AU1200 59 |
188 | #define CPU_LAST 59 | 189 | #define CPU_34K 60 |
190 | #define CPU_LAST 60 | ||
189 | 191 | ||
190 | /* | 192 | /* |
191 | * ISA Level encodings | 193 | * ISA Level encodings |