提交 b9dc9e77 编写于 作者: M Michal Simek

microblaze: Label MB 7.20.d as broken with WB cache

MB version 7.20.d contains fault which is related with WB that's why
error message will be shown.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 a706729c
...@@ -624,7 +624,7 @@ void microblaze_cache_init(void) ...@@ -624,7 +624,7 @@ void microblaze_cache_init(void)
if (cpuinfo.dcache_wb) { if (cpuinfo.dcache_wb) {
INFO("wb_msr"); INFO("wb_msr");
mbc = (struct scache *)&wb_msr; mbc = (struct scache *)&wb_msr;
if (cpuinfo.ver_code < CPUVER_7_20_D) { if (cpuinfo.ver_code <= CPUVER_7_20_D) {
/* MS: problem with signal handling - hw bug */ /* MS: problem with signal handling - hw bug */
INFO("WB won't work properly"); INFO("WB won't work properly");
} }
...@@ -641,7 +641,7 @@ void microblaze_cache_init(void) ...@@ -641,7 +641,7 @@ void microblaze_cache_init(void)
if (cpuinfo.dcache_wb) { if (cpuinfo.dcache_wb) {
INFO("wb_nomsr"); INFO("wb_nomsr");
mbc = (struct scache *)&wb_nomsr; mbc = (struct scache *)&wb_nomsr;
if (cpuinfo.ver_code < CPUVER_7_20_D) { if (cpuinfo.ver_code <= CPUVER_7_20_D) {
/* MS: problem with signal handling - hw bug */ /* MS: problem with signal handling - hw bug */
INFO("WB won't work properly"); INFO("WB won't work properly");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册