提交 4c0a2d42 编写于 作者: M Maciej W. Rozycki 提交者: Ralf Baechle

Fix the diagnostic dump for the XTLB refill handler.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 41986a6e
......@@ -1238,8 +1238,15 @@ static void __init build_r4000_tlb_refill_handler(void)
{
int i;
f = final_handler;
#ifdef CONFIG_64BIT
if (final_len > 32)
final_len = 64;
else
f = final_handler + 32;
#endif /* CONFIG_64BIT */
for (i = 0; i < final_len; i++)
printk("%08x\n", final_handler[i]);
printk("%08x\n", f[i]);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册