aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/oprofile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/oprofile')
-rw-r--r--arch/mips/oprofile/common.c2
-rw-r--r--arch/mips/oprofile/op_model_mipsxx.c8
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c
index 4d1736fc1955..2a86e38872a7 100644
--- a/arch/mips/oprofile/common.c
+++ b/arch/mips/oprofile/common.c
@@ -86,6 +86,8 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
86 case CPU_34K: 86 case CPU_34K:
87 case CPU_1004K: 87 case CPU_1004K:
88 case CPU_74K: 88 case CPU_74K:
89 case CPU_INTERAPTIV:
90 case CPU_PROAPTIV:
89 case CPU_LOONGSON1: 91 case CPU_LOONGSON1:
90 case CPU_SB1: 92 case CPU_SB1:
91 case CPU_SB1A: 93 case CPU_SB1A:
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;