diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/addrspace.h | 2 | ||||
-rw-r--r-- | include/asm-mips/cpu.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-mips/addrspace.h b/include/asm-mips/addrspace.h index 16c1c08d0a03..42520cc84b0f 100644 --- a/include/asm-mips/addrspace.h +++ b/include/asm-mips/addrspace.h | |||
@@ -162,7 +162,7 @@ | |||
162 | #define TO_PHYS_MASK _LLCONST_(0x000000ffffffffff) /* 2^^40 - 1 */ | 162 | #define TO_PHYS_MASK _LLCONST_(0x000000ffffffffff) /* 2^^40 - 1 */ |
163 | #endif | 163 | #endif |
164 | 164 | ||
165 | #if defined(CONFIG_CPU_SB1) | 165 | #if defined(CONFIG_CPU_SB1) || defined(CONFIG_CPU_SB1A) |
166 | #define KUSIZE _LLCONST_(0x0000100000000000) /* 2^^44 */ | 166 | #define KUSIZE _LLCONST_(0x0000100000000000) /* 2^^44 */ |
167 | #define KUSIZE_64 _LLCONST_(0x0000100000000000) /* 2^^44 */ | 167 | #define KUSIZE_64 _LLCONST_(0x0000100000000000) /* 2^^44 */ |
168 | #define K0SIZE _LLCONST_(0x0000100000000000) /* 2^^44 */ | 168 | #define K0SIZE _LLCONST_(0x0000100000000000) /* 2^^44 */ |
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 |