Detect 4KSD and treat it like 4KSc.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -548,6 +548,7 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c)
|
|||||||
c->cputype = CPU_4KEC;
|
c->cputype = CPU_4KEC;
|
||||||
break;
|
break;
|
||||||
case PRID_IMP_4KSC:
|
case PRID_IMP_4KSC:
|
||||||
|
case PRID_IMP_4KSD:
|
||||||
c->cputype = CPU_4KSC;
|
c->cputype = CPU_4KSC;
|
||||||
break;
|
break;
|
||||||
case PRID_IMP_5KC:
|
case PRID_IMP_5KC:
|
||||||
|
Reference in New Issue
Block a user