diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index dfb84c86ec40..a4c2771b5e62 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -1238,6 +1238,18 @@ static struct cpu_spec __initdata cpu_specs[] = { | |||
1238 | .machine_check = machine_check_4xx, | 1238 | .machine_check = machine_check_4xx, |
1239 | .platform = "ppc440", | 1239 | .platform = "ppc440", |
1240 | }, | 1240 | }, |
1241 | { /* Matches both physical and logical PVR for 440EP (logical pvr = pvr | 0x8) */ | ||
1242 | .pvr_mask = 0xf0000ff7, | ||
1243 | .pvr_value = 0x400008d4, | ||
1244 | .cpu_name = "440EP Rev. C", | ||
1245 | .cpu_features = CPU_FTRS_44X, | ||
1246 | .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU, | ||
1247 | .icache_bsize = 32, | ||
1248 | .dcache_bsize = 32, | ||
1249 | .cpu_setup = __setup_cpu_440ep, | ||
1250 | .machine_check = machine_check_4xx, | ||
1251 | .platform = "ppc440", | ||
1252 | }, | ||
1241 | { /* Use logical PVR for 440EP (logical pvr = pvr | 0x8) */ | 1253 | { /* Use logical PVR for 440EP (logical pvr = pvr | 0x8) */ |
1242 | .pvr_mask = 0xf0000fff, | 1254 | .pvr_mask = 0xf0000fff, |
1243 | .pvr_value = 0x400008db, | 1255 | .pvr_value = 0x400008db, |