提交 74a96d94 编写于 作者: R Ralf Baechle

[MIPS] MT: Propagate config7 into VPE.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 fdc9bb16
......@@ -195,6 +195,9 @@ void prom_prepare_cpus(unsigned int max_cpus)
/* set config to be the same as vpe0, particularly kseg0 coherency alg */
write_vpe_c0_config( read_c0_config());
/* Propagate Config7 */
write_vpe_c0_config7(read_c0_config7());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册