diff options
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 0c487ee4d483..7dcc01be4b09 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -220,6 +220,7 @@ struct cpu_spec cpu_specs[] = { | |||
220 | PPC_FEATURE_HAS_ALTIVEC_COMP, | 220 | PPC_FEATURE_HAS_ALTIVEC_COMP, |
221 | .icache_bsize = 128, | 221 | .icache_bsize = 128, |
222 | .dcache_bsize = 128, | 222 | .dcache_bsize = 128, |
223 | .num_pmcs = 8, | ||
223 | .cpu_setup = __setup_cpu_ppc970, | 224 | .cpu_setup = __setup_cpu_ppc970, |
224 | .oprofile_cpu_type = "ppc64/970", | 225 | .oprofile_cpu_type = "ppc64/970", |
225 | .oprofile_type = PPC_OPROFILE_POWER4, | 226 | .oprofile_type = PPC_OPROFILE_POWER4, |