提交 8afcb5d8 编写于 作者: R Ralf Baechle

Detect 4KSD and treat it like 4KSc.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 d50f7ec9
......@@ -548,6 +548,7 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c)
c->cputype = CPU_4KEC;
break;
case PRID_IMP_4KSC:
case PRID_IMP_4KSD:
c->cputype = CPU_4KSC;
break;
case PRID_IMP_5KC:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册