forked from Minki/linux
MIPS: cpu-probe: Add support for probing M5150 cores
Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6597/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
f36c4720fc
commit
9943ed921b
@ -853,6 +853,10 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu)
|
||||
c->cputype = CPU_P5600;
|
||||
__cpu_name[cpu] = "MIPS P5600";
|
||||
break;
|
||||
case PRID_IMP_M5150:
|
||||
c->cputype = CPU_M5150;
|
||||
__cpu_name[cpu] = "MIPS M5150";
|
||||
break;
|
||||
}
|
||||
|
||||
decode_configs(c);
|
||||
|
Loading…
Reference in New Issue
Block a user