diff options
author | Chris Dearman <chris@mips.com> | 2006-05-02 09:08:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-05-31 19:28:30 -0400 |
commit | c620953c32d301c2a7bc73f9f780301e110b7d7c (patch) | |
tree | 68be959e79ba34ca4704f1e2ad421eb404b34aa2 /include | |
parent | 98a41de99a4e4febe99b22c3a28d434caeb3165c (diff) |
[MIPS] Fix detection and handling of the 74K processor.
Nothing exciting; Linux just didn't know it yet so this is most adding
a value to a case statement.
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-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 818b9a97e214..0117138149bc 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h | |||
@@ -87,6 +87,7 @@ | |||
87 | #define PRID_IMP_24K 0x9300 | 87 | #define PRID_IMP_24K 0x9300 |
88 | #define PRID_IMP_34K 0x9500 | 88 | #define PRID_IMP_34K 0x9500 |
89 | #define PRID_IMP_24KE 0x9600 | 89 | #define PRID_IMP_24KE 0x9600 |
90 | #define PRID_IMP_74K 0x9700 | ||
90 | 91 | ||
91 | /* | 92 | /* |
92 | * These are the PRID's for when 23:16 == PRID_COMP_SIBYTE | 93 | * These are the PRID's for when 23:16 == PRID_COMP_SIBYTE |
@@ -196,7 +197,8 @@ | |||
196 | #define CPU_34K 60 | 197 | #define CPU_34K 60 |
197 | #define CPU_PR4450 61 | 198 | #define CPU_PR4450 61 |
198 | #define CPU_SB1A 62 | 199 | #define CPU_SB1A 62 |
199 | #define CPU_LAST 62 | 200 | #define CPU_74K 63 |
201 | #define CPU_LAST 63 | ||
200 | 202 | ||
201 | /* | 203 | /* |
202 | * ISA Level encodings | 204 | * ISA Level encodings |