diff options
author | Andrew Isaacson <adi@broadcom.com> | 2005-10-20 02:56:20 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:46 -0400 |
commit | 93ce2f524e96571711029884e6340c790a029b94 (patch) | |
tree | 1cb69ac513d01b25a2c300c90a2f11c69c0290e9 /include/asm-mips/cpu.h | |
parent | 4f19f990475dc4465ca6906ba03a55805d4c1402 (diff) |
Add support for SB1A CPU.
Signed-Off-By: Andy Isaacson <adi@broadcom.com>
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 46b2a8dc2ee0..48eac296060f 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h | |||
@@ -93,6 +93,7 @@ | |||
93 | */ | 93 | */ |
94 | 94 | ||
95 | #define PRID_IMP_SB1 0x0100 | 95 | #define PRID_IMP_SB1 0x0100 |
96 | #define PRID_IMP_SB1A 0x1100 | ||
96 | 97 | ||
97 | /* | 98 | /* |
98 | * These are the PRID's for when 23:16 == PRID_COMP_SANDCRAFT | 99 | * These are the PRID's for when 23:16 == PRID_COMP_SANDCRAFT |
@@ -194,7 +195,8 @@ | |||
194 | #define CPU_AU1200 59 | 195 | #define CPU_AU1200 59 |
195 | #define CPU_34K 60 | 196 | #define CPU_34K 60 |
196 | #define CPU_PR4450 61 | 197 | #define CPU_PR4450 61 |
197 | #define CPU_LAST 61 | 198 | #define CPU_SB1A 62 |
199 | #define CPU_LAST 62 | ||
198 | 200 | ||
199 | /* | 201 | /* |
200 | * ISA Level encodings | 202 | * ISA Level encodings |