aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2010-11-17 13:52:44 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-11-28 23:48:23 -0500
commit6f08cb3be6345bc354e48131f7466766db4d355a (patch)
tree9a0919416fd45cc61acbb591610818cf9c68efc7 /arch/powerpc
parent1d32bb1827da3ebb413f6cb492990a42ab030559 (diff)
powerpc: Add POWER7+ cputable entry
This adds the POWER7+ cputable entry for the PVR 0x004a0000. Rest is the same as vanilla POWER7. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kernel/cputable.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 65813ee98b7d..be5ab18b03b5 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -461,6 +461,22 @@ static struct cpu_spec __initdata cpu_specs[] = {
461 .oprofile_type = PPC_OPROFILE_POWER4, 461 .oprofile_type = PPC_OPROFILE_POWER4,
462 .platform = "power7", 462 .platform = "power7",
463 }, 463 },
464 { /* Power7+ */
465 .pvr_mask = 0xffff0000,
466 .pvr_value = 0x004A0000,
467 .cpu_name = "POWER7+ (raw)",
468 .cpu_features = CPU_FTRS_POWER7,
469 .cpu_user_features = COMMON_USER_POWER7,
470 .mmu_features = MMU_FTR_HPTE_TABLE |
471 MMU_FTR_TLBIE_206,
472 .icache_bsize = 128,
473 .dcache_bsize = 128,
474 .num_pmcs = 6,
475 .pmc_type = PPC_PMC_IBM,
476 .oprofile_cpu_type = "ppc64/power7",
477 .oprofile_type = PPC_OPROFILE_POWER4,
478 .platform = "power7+",
479 },
464 { /* Cell Broadband Engine */ 480 { /* Cell Broadband Engine */
465 .pvr_mask = 0xffff0000, 481 .pvr_mask = 0xffff0000,
466 .pvr_value = 0x00700000, 482 .pvr_value = 0x00700000,