mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 13:53:24 +00:00
MIPS: kernel: cpu-probe: Add support for probing proAptiv 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/6135/
This commit is contained in:
parent
708ac4b870
commit
b0d4d30026
@ -746,6 +746,14 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu)
|
||||
c->cputype = CPU_74K;
|
||||
__cpu_name[cpu] = "MIPS 1074Kc";
|
||||
break;
|
||||
case PRID_IMP_PROAPTIV_UP:
|
||||
c->cputype = CPU_PROAPTIV;
|
||||
__cpu_name[cpu] = "MIPS proAptiv";
|
||||
break;
|
||||
case PRID_IMP_PROAPTIV_MP:
|
||||
c->cputype = CPU_PROAPTIV;
|
||||
__cpu_name[cpu] = "MIPS proAptiv (multi)";
|
||||
break;
|
||||
}
|
||||
|
||||
spram_config();
|
||||
|
Loading…
Reference in New Issue
Block a user