diff options
Diffstat (limited to 'include/asm-powerpc/cputable.h')
-rw-r--r-- | include/asm-powerpc/cputable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h index ae093ef68363..9d74338e3dec 100644 --- a/include/asm-powerpc/cputable.h +++ b/include/asm-powerpc/cputable.h | |||
@@ -165,6 +165,7 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
165 | #define CPU_FTR_SPURR LONG_ASM_CONST(0x0001000000000000) | 165 | #define CPU_FTR_SPURR LONG_ASM_CONST(0x0001000000000000) |
166 | #define CPU_FTR_DSCR LONG_ASM_CONST(0x0002000000000000) | 166 | #define CPU_FTR_DSCR LONG_ASM_CONST(0x0002000000000000) |
167 | #define CPU_FTR_1T_SEGMENT LONG_ASM_CONST(0x0004000000000000) | 167 | #define CPU_FTR_1T_SEGMENT LONG_ASM_CONST(0x0004000000000000) |
168 | #define CPU_FTR_NO_SLBIE_B LONG_ASM_CONST(0x0008000000000000) | ||
168 | 169 | ||
169 | #ifndef __ASSEMBLY__ | 170 | #ifndef __ASSEMBLY__ |
170 | 171 | ||
@@ -367,7 +368,7 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
367 | #define CPU_FTRS_PA6T (CPU_FTR_USE_TB | \ | 368 | #define CPU_FTRS_PA6T (CPU_FTR_USE_TB | \ |
368 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | \ | 369 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | \ |
369 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_CI_LARGE_PAGE | \ | 370 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_CI_LARGE_PAGE | \ |
370 | CPU_FTR_PURR | CPU_FTR_REAL_LE) | 371 | CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_NO_SLBIE_B) |
371 | #define CPU_FTRS_COMPATIBLE (CPU_FTR_USE_TB | \ | 372 | #define CPU_FTRS_COMPATIBLE (CPU_FTR_USE_TB | \ |
372 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2) | 373 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2) |
373 | 374 | ||