aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/cputable.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 8662cf053fa0..d3fb7d0c6c1c 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1087,6 +1087,17 @@ static struct cpu_spec __initdata cpu_specs[] = {
1087 .dcache_bsize = 32, 1087 .dcache_bsize = 32,
1088 .platform = "ppc405", 1088 .platform = "ppc405",
1089 }, 1089 },
1090 { /* 405EX */
1091 .pvr_mask = 0xffff0000,
1092 .pvr_value = 0x12910000,
1093 .cpu_name = "405EX",
1094 .cpu_features = CPU_FTRS_40X,
1095 .cpu_user_features = PPC_FEATURE_32 |
1096 PPC_FEATURE_HAS_MMU | PPC_FEATURE_HAS_4xxMAC,
1097 .icache_bsize = 32,
1098 .dcache_bsize = 32,
1099 .platform = "ppc405",
1100 },
1090 1101
1091#endif /* CONFIG_40x */ 1102#endif /* CONFIG_40x */
1092#ifdef CONFIG_44x 1103#ifdef CONFIG_44x