]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[MIPS] Oprofile: Fix MIPSxx counter number detection.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 23 Oct 2006 22:21:21 +0000 (23:21 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 30 Oct 2006 21:41:27 +0000 (21:41 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/oprofile/op_model_mipsxx.c

index ebce715f076dc00b98db2132195c1f8f1c8e06bf..1fb240c57bac356463346f45b5971fd7826b09ab 100644 (file)
@@ -220,7 +220,7 @@ static inline int n_counters(void)
 {
        int counters = __n_counters();
 
-#ifndef CONFIG_SMP
+#ifdef CONFIG_MIPS_MT_SMP
        if (current_cpu_data.cputype == CPU_34K)
                return counters >> 1;
 #endif