diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2007-04-24 16:42:20 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-24 17:10:18 -0400 |
| commit | 6f4c5bdef2943d9ec074be32c437ca897016aaad (patch) | |
| tree | 8a351227e115f08d2c505e08aae90d3cb53763b3 /arch | |
| parent | 89d8ab6993e1d9f3c482ee8c862c03c528f696aa (diff) | |
[MIPS] Fix oprofile logic to physical counter remapping
This did cause oprofile to fail on non-multithreaded systems with more
than 2 processors such as the BCM1480.
Reported by Manish Lachwani (mlachwani@mvista.com).
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
| -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 69a8bcfe72b2..4f94fa261aae 100644 --- a/arch/mips/oprofile/op_model_mipsxx.c +++ b/arch/mips/oprofile/op_model_mipsxx.c | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | #define vpe_id() smp_processor_id() | 35 | #define vpe_id() smp_processor_id() |
| 36 | #else | 36 | #else |
| 37 | #define WHAT 0 | 37 | #define WHAT 0 |
| 38 | #define vpe_id() smp_processor_id() | 38 | #define vpe_id() 0 |
| 39 | #endif | 39 | #endif |
| 40 | 40 | ||
| 41 | #define __define_perf_accessors(r, n, np) \ | 41 | #define __define_perf_accessors(r, n, np) \ |
