diff options
Diffstat (limited to 'include/asm-mips/addrspace.h')
-rw-r--r-- | include/asm-mips/addrspace.h | 2 |
1 files changed, 1 insertions, 1 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 */ |