MIPS: Oprofile: Add 5K, 20K and 25K support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -75,7 +75,10 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||
int res;
|
||||
|
||||
switch (current_cpu_data.cputype) {
|
||||
case CPU_5KC:
|
||||
case CPU_20KC:
|
||||
case CPU_24K:
|
||||
case CPU_25KF:
|
||||
lmodel = &op_model_mipsxx;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user