diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2018-07-05 04:47:00 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-15 21:37:21 -0400 |
commit | 2bf1071a8d50928a4ae366bb3108833166c2b70c (patch) | |
tree | ebffef07f7ebbb9bb1ba231c4cb8ff00cc6fd795 /arch/powerpc/kernel/cputable.c | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) |
powerpc/64s: Remove POWER9 DD1 support
POWER9 DD1 was never a product. It is no longer supported by upstream
firmware, and it is not effectively supported in Linux due to lack of
testing.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Michael Ellerman <mpe@ellerman.id.au>
[mpe: Remove arch_make_huge_pte() entirely]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
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, |