diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-23 18:21:21 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-30 16:41:27 -0500 |
commit | ea3df4ac7d4adad915e2d0431a9407b10617114c (patch) | |
tree | c8a69d6c13aa8da543b1e05b9e7efb8780c4611e /arch/mips/oprofile | |
parent | 53c1b192ece077e1c3892e6afb453ab6f009af81 (diff) |
[MIPS] Oprofile: Fix MIPSxx counter number detection.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/oprofile')
-rw-r--r-- | arch/mips/oprofile/op_model_mipsxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/oprofile/op_model_mipsxx.c b/arch/mips/oprofile/op_model_mipsxx.c index ebce715f076d..1fb240c57bac 100644 --- a/arch/mips/oprofile/op_model_mipsxx.c +++ b/arch/mips/oprofile/op_model_mipsxx.c | |||
@@ -220,7 +220,7 @@ static inline int n_counters(void) | |||
220 | { | 220 | { |
221 | int counters = __n_counters(); | 221 | int counters = __n_counters(); |
222 | 222 | ||
223 | #ifndef CONFIG_SMP | 223 | #ifdef CONFIG_MIPS_MT_SMP |
224 | if (current_cpu_data.cputype == CPU_34K) | 224 | if (current_cpu_data.cputype == CPU_34K) |
225 | return counters >> 1; | 225 | return counters >> 1; |
226 | #endif | 226 | #endif |