OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c1b19
)
[MIPS] Oprofile: Fix MIPSxx counter number detection.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 23 Oct 2006 22:21:21 +0000
(23:21 +0100)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/oprofile/op_model_mipsxx.c
b/arch/mips/oprofile/op_model_mipsxx.c
index
ebce715
..
1fb240c
100644
(file)
--- 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)
{
int counters = __n_counters();
-#if
ndef CONFIG
_SMP
+#if
def CONFIG_MIPS_MT
_SMP
if (current_cpu_data.cputype == CPU_34K)
return counters >> 1;
#endif