diff options
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 9cb24d20f0f9..b2b5d664d328 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -235,6 +235,7 @@ static struct cpu_spec cpu_specs[] = { | |||
235 | .icache_bsize = 128, | 235 | .icache_bsize = 128, |
236 | .dcache_bsize = 128, | 236 | .dcache_bsize = 128, |
237 | .num_pmcs = 8, | 237 | .num_pmcs = 8, |
238 | .pmc_type = PPC_PMC_IBM, | ||
238 | .cpu_setup = __setup_cpu_ppc970, | 239 | .cpu_setup = __setup_cpu_ppc970, |
239 | .cpu_restore = __restore_cpu_ppc970, | 240 | .cpu_restore = __restore_cpu_ppc970, |
240 | .oprofile_cpu_type = "ppc64/970MP", | 241 | .oprofile_cpu_type = "ppc64/970MP", |
@@ -251,6 +252,7 @@ static struct cpu_spec cpu_specs[] = { | |||
251 | .icache_bsize = 128, | 252 | .icache_bsize = 128, |
252 | .dcache_bsize = 128, | 253 | .dcache_bsize = 128, |
253 | .num_pmcs = 8, | 254 | .num_pmcs = 8, |
255 | .pmc_type = PPC_PMC_IBM, | ||
254 | .cpu_setup = __setup_cpu_ppc970MP, | 256 | .cpu_setup = __setup_cpu_ppc970MP, |
255 | .cpu_restore = __restore_cpu_ppc970, | 257 | .cpu_restore = __restore_cpu_ppc970, |
256 | .oprofile_cpu_type = "ppc64/970MP", | 258 | .oprofile_cpu_type = "ppc64/970MP", |
@@ -317,6 +319,7 @@ static struct cpu_spec cpu_specs[] = { | |||
317 | .icache_bsize = 128, | 319 | .icache_bsize = 128, |
318 | .dcache_bsize = 128, | 320 | .dcache_bsize = 128, |
319 | .num_pmcs = 6, | 321 | .num_pmcs = 6, |
322 | .pmc_type = PPC_PMC_IBM, | ||
320 | .oprofile_cpu_type = "ppc64/power6", | 323 | .oprofile_cpu_type = "ppc64/power6", |
321 | .oprofile_type = PPC_OPROFILE_POWER4, | 324 | .oprofile_type = PPC_OPROFILE_POWER4, |
322 | .oprofile_mmcra_sihv = POWER6_MMCRA_SIHV, | 325 | .oprofile_mmcra_sihv = POWER6_MMCRA_SIHV, |
@@ -335,6 +338,7 @@ static struct cpu_spec cpu_specs[] = { | |||
335 | .icache_bsize = 128, | 338 | .icache_bsize = 128, |
336 | .dcache_bsize = 128, | 339 | .dcache_bsize = 128, |
337 | .num_pmcs = 6, | 340 | .num_pmcs = 6, |
341 | .pmc_type = PPC_PMC_IBM, | ||
338 | .oprofile_cpu_type = "ppc64/power6", | 342 | .oprofile_cpu_type = "ppc64/power6", |
339 | .oprofile_type = PPC_OPROFILE_POWER4, | 343 | .oprofile_type = PPC_OPROFILE_POWER4, |
340 | .oprofile_mmcra_sihv = POWER6_MMCRA_SIHV, | 344 | .oprofile_mmcra_sihv = POWER6_MMCRA_SIHV, |
@@ -836,7 +840,7 @@ static struct cpu_spec cpu_specs[] = { | |||
836 | .pvr_mask = 0xffff0000, | 840 | .pvr_mask = 0xffff0000, |
837 | .pvr_value = 0x80040000, | 841 | .pvr_value = 0x80040000, |
838 | .cpu_name = "7448", | 842 | .cpu_name = "7448", |
839 | .cpu_features = CPU_FTRS_7447A, | 843 | .cpu_features = CPU_FTRS_7448, |
840 | .cpu_user_features = COMMON_USER | | 844 | .cpu_user_features = COMMON_USER | |
841 | PPC_FEATURE_HAS_ALTIVEC_COMP | PPC_FEATURE_PPC_LE, | 845 | PPC_FEATURE_HAS_ALTIVEC_COMP | PPC_FEATURE_PPC_LE, |
842 | .icache_bsize = 32, | 846 | .icache_bsize = 32, |