diff options
-rw-r--r-- | arch/mips/oprofile/common.c | 1 | ||||
-rw-r--r-- | arch/mips/oprofile/op_model_mipsxx.c | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c index 710e7f010533..e4ca70bf0573 100644 --- a/arch/mips/oprofile/common.c +++ b/arch/mips/oprofile/common.c | |||
@@ -89,6 +89,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops) | |||
89 | case CPU_1074K: | 89 | case CPU_1074K: |
90 | case CPU_INTERAPTIV: | 90 | case CPU_INTERAPTIV: |
91 | case CPU_PROAPTIV: | 91 | case CPU_PROAPTIV: |
92 | case CPU_P5600: | ||
92 | case CPU_LOONGSON1: | 93 | case CPU_LOONGSON1: |
93 | case CPU_SB1: | 94 | case CPU_SB1: |
94 | case CPU_SB1A: | 95 | case CPU_SB1A: |
diff --git a/arch/mips/oprofile/op_model_mipsxx.c b/arch/mips/oprofile/op_model_mipsxx.c index 3a040ebb8378..9797493546e4 100644 --- a/arch/mips/oprofile/op_model_mipsxx.c +++ b/arch/mips/oprofile/op_model_mipsxx.c | |||
@@ -385,6 +385,10 @@ static int __init mipsxx_init(void) | |||
385 | op_model_mipsxx_ops.cpu_type = "mips/proAptiv"; | 385 | op_model_mipsxx_ops.cpu_type = "mips/proAptiv"; |
386 | break; | 386 | break; |
387 | 387 | ||
388 | case CPU_P5600: | ||
389 | op_model_mipsxx_ops.cpu_type = "mips/P5600"; | ||
390 | break; | ||
391 | |||
388 | case CPU_5KC: | 392 | case CPU_5KC: |
389 | op_model_mipsxx_ops.cpu_type = "mips/5K"; | 393 | op_model_mipsxx_ops.cpu_type = "mips/5K"; |
390 | break; | 394 | break; |