MIPS: kernel: cpu-probe: Add support for probing interAptiv cores
Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6152/
This commit is contained in:
parent
26ab96dfa9
commit
b5f065e7d3
@ -809,6 +809,14 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu)
|
|||||||
c->cputype = CPU_74K;
|
c->cputype = CPU_74K;
|
||||||
__cpu_name[cpu] = "MIPS 1074Kc";
|
__cpu_name[cpu] = "MIPS 1074Kc";
|
||||||
break;
|
break;
|
||||||
|
case PRID_IMP_INTERAPTIV_UP:
|
||||||
|
c->cputype = CPU_INTERAPTIV;
|
||||||
|
__cpu_name[cpu] = "MIPS interAptiv";
|
||||||
|
break;
|
||||||
|
case PRID_IMP_INTERAPTIV_MP:
|
||||||
|
c->cputype = CPU_INTERAPTIV;
|
||||||
|
__cpu_name[cpu] = "MIPS interAptiv (multi)";
|
||||||
|
break;
|
||||||
case PRID_IMP_PROAPTIV_UP:
|
case PRID_IMP_PROAPTIV_UP:
|
||||||
c->cputype = CPU_PROAPTIV;
|
c->cputype = CPU_PROAPTIV;
|
||||||
__cpu_name[cpu] = "MIPS proAptiv";
|
__cpu_name[cpu] = "MIPS proAptiv";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user