aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cputable.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r--arch/powerpc/kernel/cputable.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 1e4ed0731d15..992121b2d261 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -304,6 +304,9 @@ static struct cpu_spec cpu_specs[] = {
304 PPC_FEATURE_SMT, 304 PPC_FEATURE_SMT,
305 .icache_bsize = 128, 305 .icache_bsize = 128,
306 .dcache_bsize = 128, 306 .dcache_bsize = 128,
307 .num_pmcs = 4,
308 .oprofile_cpu_type = "ppc64/cell-be",
309 .oprofile_type = PPC_OPROFILE_CELL,
307 .platform = "ppc-cell-be", 310 .platform = "ppc-cell-be",
308 }, 311 },
309 { /* PA Semi PA6T */ 312 { /* PA Semi PA6T */