[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>
This commit is contained in:
parent
89d8ab6993
commit
6f4c5bdef2
|
@ -35,7 +35,7 @@
|
||||||
#define vpe_id() smp_processor_id()
|
#define vpe_id() smp_processor_id()
|
||||||
#else
|
#else
|
||||||
#define WHAT 0
|
#define WHAT 0
|
||||||
#define vpe_id() smp_processor_id()
|
#define vpe_id() 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define __define_perf_accessors(r, n, np) \
|
#define __define_perf_accessors(r, n, np) \
|
||||||
|
|
Loading…
Reference in New Issue