diff options
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 911ac442f44a..0b01faa3e7ec 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -225,7 +225,7 @@ static struct cpu_spec cpu_specs[] = { | |||
225 | .num_pmcs = 8, | 225 | .num_pmcs = 8, |
226 | .cpu_setup = __setup_cpu_ppc970MP, | 226 | .cpu_setup = __setup_cpu_ppc970MP, |
227 | .cpu_restore = __restore_cpu_ppc970, | 227 | .cpu_restore = __restore_cpu_ppc970, |
228 | .oprofile_cpu_type = "ppc64/970", | 228 | .oprofile_cpu_type = "ppc64/970MP", |
229 | .oprofile_type = PPC_OPROFILE_POWER4, | 229 | .oprofile_type = PPC_OPROFILE_POWER4, |
230 | .platform = "ppc970", | 230 | .platform = "ppc970", |
231 | }, | 231 | }, |