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 c8fc9691f8c7..bc75a2908a7e 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -485,25 +485,6 @@ static struct cpu_spec __initdata cpu_specs[] = { | |||
485 | .machine_check_early = __machine_check_early_realmode_p8, | 485 | .machine_check_early = __machine_check_early_realmode_p8, |
486 | .platform = "power8", | 486 | .platform = "power8", |
487 | }, | 487 | }, |
488 | { /* Power9 DD1*/ | ||
489 | .pvr_mask = 0xffffff00, | ||
490 | .pvr_value = 0x004e0100, | ||
491 | .cpu_name = "POWER9 (raw)", | ||
492 | .cpu_features = CPU_FTRS_POWER9_DD1, | ||
493 | .cpu_user_features = COMMON_USER_POWER9, | ||
494 | .cpu_user_features2 = COMMON_USER2_POWER9, | ||
495 | .mmu_features = MMU_FTRS_POWER9, | ||
496 | .icache_bsize = 128, | ||
497 | .dcache_bsize = 128, | ||
498 | .num_pmcs = 6, | ||
499 | .pmc_type = PPC_PMC_IBM, | ||
500 | .oprofile_cpu_type = "ppc64/power9", | ||
501 | .oprofile_type = PPC_OPROFILE_INVALID, | ||
502 | .cpu_setup = __setup_cpu_power9, | ||
503 | .cpu_restore = __restore_cpu_power9, | ||
504 | .machine_check_early = __machine_check_early_realmode_p9, | ||
505 | .platform = "power9", | ||
506 | }, | ||
507 | { /* Power9 DD2.0 */ | 488 | { /* Power9 DD2.0 */ |
508 | .pvr_mask = 0xffffefff, | 489 | .pvr_mask = 0xffffefff, |
509 | .pvr_value = 0x004e0200, | 490 | .pvr_value = 0x004e0200, |