Browse Source

[MIPS] Oprofile: Fix MIPSxx counter number detection.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 years ago
parent
commit
ea3df4ac7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/mips/oprofile/op_model_mipsxx.c

+ 1 - 1
arch/mips/oprofile/op_model_mipsxx.c

@@ -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