MIPS: OProfile: Add CPU_P5600 cases
[firefly-linux-kernel-4.4.55.git] / arch / mips / oprofile / op_model_mipsxx.c
index 3a2b6e9f25cfb95ab0f2f5ee1eeccf069bde8f22..9797493546e474ce285710667d64431690f640ce 100644 (file)
@@ -372,10 +372,23 @@ static int __init mipsxx_init(void)
                op_model_mipsxx_ops.cpu_type = "mips/34K";
                break;
 
+       case CPU_1074K:
        case CPU_74K:
                op_model_mipsxx_ops.cpu_type = "mips/74K";
                break;
 
+       case CPU_INTERAPTIV:
+               op_model_mipsxx_ops.cpu_type = "mips/interAptiv";
+               break;
+
+       case CPU_PROAPTIV:
+               op_model_mipsxx_ops.cpu_type = "mips/proAptiv";
+               break;
+
+       case CPU_P5600:
+               op_model_mipsxx_ops.cpu_type = "mips/P5600";
+               break;
+
        case CPU_5KC:
                op_model_mipsxx_ops.cpu_type = "mips/5K";
                break;