diff options
Diffstat (limited to 'include/asm-powerpc/cputable.h')
-rw-r--r-- | include/asm-powerpc/cputable.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h index f4d508932467..d8798f31b360 100644 --- a/include/asm-powerpc/cputable.h +++ b/include/asm-powerpc/cputable.h | |||
@@ -105,6 +105,7 @@ extern void do_cpu_ftr_fixups(unsigned long offset); | |||
105 | #define CPU_FTR_LOCKLESS_TLBIE ASM_CONST(0x0000040000000000) | 105 | #define CPU_FTR_LOCKLESS_TLBIE ASM_CONST(0x0000040000000000) |
106 | #define CPU_FTR_MMCRA_SIHV ASM_CONST(0x0000080000000000) | 106 | #define CPU_FTR_MMCRA_SIHV ASM_CONST(0x0000080000000000) |
107 | #define CPU_FTR_CI_LARGE_PAGE ASM_CONST(0x0000100000000000) | 107 | #define CPU_FTR_CI_LARGE_PAGE ASM_CONST(0x0000100000000000) |
108 | #define CPU_FTR_PAUSE_ZERO ASM_CONST(0x0000200000000000) | ||
108 | #else | 109 | #else |
109 | /* ensure on 32b processors the flags are available for compiling but | 110 | /* ensure on 32b processors the flags are available for compiling but |
110 | * don't do anything */ | 111 | * don't do anything */ |
@@ -304,7 +305,8 @@ enum { | |||
304 | CPU_FTR_MMCRA_SIHV, | 305 | CPU_FTR_MMCRA_SIHV, |
305 | CPU_FTRS_CELL = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | | 306 | CPU_FTRS_CELL = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | |
306 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | | 307 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | |
307 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT, | 308 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | |
309 | CPU_FTR_CTRL | CPU_FTR_PAUSE_ZERO, | ||
308 | CPU_FTRS_COMPATIBLE = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | | 310 | CPU_FTRS_COMPATIBLE = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | |
309 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2, | 311 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2, |
310 | #endif | 312 | #endif |