diff options
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 9169ffdbab08..2da01340c84c 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -466,25 +466,6 @@ static struct cpu_spec __initdata cpu_specs[] = { | |||
466 | .machine_check_early = __machine_check_early_realmode_p8, | 466 | .machine_check_early = __machine_check_early_realmode_p8, |
467 | .platform = "power8", | 467 | .platform = "power8", |
468 | }, | 468 | }, |
469 | { /* Power9 DD1*/ | ||
470 | .pvr_mask = 0xffffff00, | ||
471 | .pvr_value = 0x004e0100, | ||
472 | .cpu_name = "POWER9 (raw)", | ||
473 | .cpu_features = CPU_FTRS_POWER9_DD1, | ||
474 | .cpu_user_features = COMMON_USER_POWER9, | ||
475 | .cpu_user_features2 = COMMON_USER2_POWER9, | ||
476 | .mmu_features = MMU_FTRS_POWER9, | ||
477 | .icache_bsize = 128, | ||
478 | .dcache_bsize = 128, | ||
479 | .num_pmcs = 6, | ||
480 | .pmc_type = PPC_PMC_IBM, | ||
481 | .oprofile_cpu_type = "ppc64/power9", | ||
482 | .oprofile_type = PPC_OPROFILE_INVALID, | ||
483 | .cpu_setup = __setup_cpu_power9, | ||
484 | .cpu_restore = __restore_cpu_power9, | ||
485 | .machine_check_early = __machine_check_early_realmode_p9, | ||
486 | .platform = "power9", | ||
487 | }, | ||
488 | { /* Power9 DD2.0 */ | 469 | { /* Power9 DD2.0 */ |
489 | .pvr_mask = 0xffffefff, | 470 | .pvr_mask = 0xffffefff, |
490 | .pvr_value = 0x004e0200, | 471 | .pvr_value = 0x004e0200, |