X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fmips%2Foprofile%2Fcommon.c;h=53f9889b30eda3c278cf4664e463a793e36e9948;hb=e7de369050534025b33aab1033358bf47a577e4d;hp=dd2cc42f1b6dc5931638843c45b26f7728f5fa39;hpb=07b188ab773e183871e57b33ae37bf635c9f12ba;p=powerpc.git diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c index dd2cc42f1b..53f9889b30 100644 --- a/arch/mips/oprofile/common.c +++ b/arch/mips/oprofile/common.c @@ -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;