提交 49016748 编写于 作者: M Markos Chandras 提交者: Ralf Baechle

MIPS: kernel: cpu-probe: Enable EVA option on supported cores

Signed-off-by: NMarkos Chandras <markos.chandras@imgtec.com>
上级 7ae66966
......@@ -386,6 +386,9 @@ static inline unsigned int decode_config5(struct cpuinfo_mips *c)
config5 &= ~MIPS_CONF5_UFR;
write_c0_config5(config5);
if (config5 & MIPS_CONF5_EVA)
c->options |= MIPS_CPU_EVA;
return config5 & MIPS_CONF_M;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册