aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/cputable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/cputable.h')
-rw-r--r--include/asm-powerpc/cputable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h
index 90d005bb4d1c..99d12ff6346c 100644
--- a/include/asm-powerpc/cputable.h
+++ b/include/asm-powerpc/cputable.h
@@ -117,6 +117,7 @@ extern void do_cpu_ftr_fixups(unsigned long offset);
117#define CPU_FTR_MMCRA_SIHV ASM_CONST(0x0000080000000000) 117#define CPU_FTR_MMCRA_SIHV ASM_CONST(0x0000080000000000)
118#define CPU_FTR_CI_LARGE_PAGE ASM_CONST(0x0000100000000000) 118#define CPU_FTR_CI_LARGE_PAGE ASM_CONST(0x0000100000000000)
119#define CPU_FTR_PAUSE_ZERO ASM_CONST(0x0000200000000000) 119#define CPU_FTR_PAUSE_ZERO ASM_CONST(0x0000200000000000)
120#define CPU_FTR_PURR ASM_CONST(0x0000400000000000)
120#else 121#else
121/* ensure on 32b processors the flags are available for compiling but 122/* ensure on 32b processors the flags are available for compiling but
122 * don't do anything */ 123 * don't do anything */
@@ -132,6 +133,7 @@ extern void do_cpu_ftr_fixups(unsigned long offset);
132#define CPU_FTR_LOCKLESS_TLBIE ASM_CONST(0x0) 133#define CPU_FTR_LOCKLESS_TLBIE ASM_CONST(0x0)
133#define CPU_FTR_MMCRA_SIHV ASM_CONST(0x0) 134#define CPU_FTR_MMCRA_SIHV ASM_CONST(0x0)
134#define CPU_FTR_CI_LARGE_PAGE ASM_CONST(0x0) 135#define CPU_FTR_CI_LARGE_PAGE ASM_CONST(0x0)
136#define CPU_FTR_PURR ASM_CONST(0x0)
135#endif 137#endif
136 138
137#ifndef __ASSEMBLY__ 139#ifndef __ASSEMBLY__
@@ -316,7 +318,7 @@ enum {
316 CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | 318 CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 |
317 CPU_FTR_MMCRA | CPU_FTR_SMT | 319 CPU_FTR_MMCRA | CPU_FTR_SMT |
318 CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | 320 CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE |
319 CPU_FTR_MMCRA_SIHV, 321 CPU_FTR_MMCRA_SIHV | CPU_FTR_PURR,
320 CPU_FTRS_CELL = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | 322 CPU_FTRS_CELL = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB |
321 CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | 323 CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 |
322 CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | 324 CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT |