mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
[MIPS] Oprofile: Fix MIPSxx counter number detection.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
53c1b192ec
commit
ea3df4ac7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user