aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cputable.c
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2018-07-19 00:37:57 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-19 00:37:57 -0400
commitce57c6610cc2d7cde61fc005a2d2090bce46fc73 (patch)
treebe1230fb1773e3de7fb7f6a0adde68ca0468273e /arch/powerpc/kernel/cputable.c
parent9c3250a127901c93b23723dc5859c71a0d068fb8 (diff)
parenta68bd1267b7286b1687905651b404e765046de25 (diff)
Merge branch 'topic/ppc-kvm' into next
Merge in some commits we're sharing with the KVM tree. I manually propagated the change from commit d3d4ffaae439 ("powerpc/powernv/ioda2: Reduce upper limit for DMA window size") into pci-ioda-tce.c. Conflicts: arch/powerpc/include/asm/cputable.h arch/powerpc/platforms/powernv/pci-ioda.c arch/powerpc/platforms/powernv/pci.h
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r--arch/powerpc/kernel/cputable.c19
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,