aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cputable.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r--arch/powerpc/kernel/cputable.c38
1 files changed, 0 insertions, 38 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 11da04a4625a..965291b4c2fa 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -2149,44 +2149,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
2149 } 2149 }
2150#endif /* CONFIG_PPC32 */ 2150#endif /* CONFIG_PPC32 */
2151#endif /* CONFIG_E500 */ 2151#endif /* CONFIG_E500 */
2152
2153#ifdef CONFIG_PPC_A2
2154 { /* Standard A2 (>= DD2) + FPU core */
2155 .pvr_mask = 0xffff0000,
2156 .pvr_value = 0x00480000,
2157 .cpu_name = "A2 (>= DD2)",
2158 .cpu_features = CPU_FTRS_A2,
2159 .cpu_user_features = COMMON_USER_PPC64,
2160 .mmu_features = MMU_FTRS_A2,
2161 .icache_bsize = 64,
2162 .dcache_bsize = 64,
2163 .num_pmcs = 0,
2164 .cpu_setup = __setup_cpu_a2,
2165 .cpu_restore = __restore_cpu_a2,
2166 .machine_check = machine_check_generic,
2167 .platform = "ppca2",
2168 },
2169 { /* This is a default entry to get going, to be replaced by
2170 * a real one at some stage
2171 */
2172#define CPU_FTRS_BASE_BOOK3E (CPU_FTR_USE_TB | \
2173 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_SMT | \
2174 CPU_FTR_NODSISRALIGN | CPU_FTR_NOEXECUTE)
2175 .pvr_mask = 0x00000000,
2176 .pvr_value = 0x00000000,
2177 .cpu_name = "Book3E",
2178 .cpu_features = CPU_FTRS_BASE_BOOK3E,
2179 .cpu_user_features = COMMON_USER_PPC64,
2180 .mmu_features = MMU_FTR_TYPE_3E | MMU_FTR_USE_TLBILX |
2181 MMU_FTR_USE_TLBIVAX_BCAST |
2182 MMU_FTR_LOCK_BCAST_INVAL,
2183 .icache_bsize = 64,
2184 .dcache_bsize = 64,
2185 .num_pmcs = 0,
2186 .machine_check = machine_check_generic,
2187 .platform = "power6",
2188 },
2189#endif /* CONFIG_PPC_A2 */
2190}; 2152};
2191 2153
2192static struct cpu_spec the_cpu_spec; 2154static struct cpu_spec the_cpu_spec;