From 63e54a53ac1b740fcb3fd8ffa3922637c8df9442 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 23 Oct 2006 23:21:21 +0100 Subject: [PATCH] --- yaml --- r: 40484 b: refs/heads/master c: ea3df4ac7d4adad915e2d0431a9407b10617114c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/oprofile/op_model_mipsxx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d27ad8cd63ac..f0250c454d7e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53c1b192ece077e1c3892e6afb453ab6f009af81 +refs/heads/master: ea3df4ac7d4adad915e2d0431a9407b10617114c diff --git a/trunk/arch/mips/oprofile/op_model_mipsxx.c b/trunk/arch/mips/oprofile/op_model_mipsxx.c index ebce715f076d..1fb240c57bac 100644 --- a/trunk/arch/mips/oprofile/op_model_mipsxx.c +++ b/trunk/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