aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/oprofile/op_model_mipsxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/oprofile/op_model_mipsxx.c')
-rw-r--r--arch/mips/oprofile/op_model_mipsxx.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/oprofile/op_model_mipsxx.c b/arch/mips/oprofile/op_model_mipsxx.c
index 3a2b6e9f25cf..4d94d75ec6f9 100644
--- a/arch/mips/oprofile/op_model_mipsxx.c
+++ b/arch/mips/oprofile/op_model_mipsxx.c
@@ -376,6 +376,14 @@ static int __init mipsxx_init(void)
376 op_model_mipsxx_ops.cpu_type = "mips/74K"; 376 op_model_mipsxx_ops.cpu_type = "mips/74K";
377 break; 377 break;
378 378
379 case CPU_INTERAPTIV:
380 op_model_mipsxx_ops.cpu_type = "mips/interAptiv";
381 break;
382
383 case CPU_PROAPTIV:
384 op_model_mipsxx_ops.cpu_type = "mips/proAptiv";
385 break;
386
379 case CPU_5KC: 387 case CPU_5KC:
380 op_model_mipsxx_ops.cpu_type = "mips/5K"; 388 op_model_mipsxx_ops.cpu_type = "mips/5K";
381 break; 389 break;