diff options
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index dec20f580cea..0b9bbcb64afd 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c | |||
@@ -844,6 +844,10 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu) | |||
844 | c->cputype = CPU_PROAPTIV; | 844 | c->cputype = CPU_PROAPTIV; |
845 | __cpu_name[cpu] = "MIPS proAptiv (multi)"; | 845 | __cpu_name[cpu] = "MIPS proAptiv (multi)"; |
846 | break; | 846 | break; |
847 | case PRID_IMP_P5600: | ||
848 | c->cputype = CPU_P5600; | ||
849 | __cpu_name[cpu] = "MIPS P5600"; | ||
850 | break; | ||
847 | } | 851 | } |
848 | 852 | ||
849 | decode_configs(c); | 853 | decode_configs(c); |