提交 55555633 编写于 作者: D David S. Miller

[SPARC64]: Typo in sun4v_data_access_exception log message.

Should be "Dax" not "Iax".
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d82965c1
......@@ -283,7 +283,7 @@ void sun4v_data_access_exception(struct pt_regs *regs, unsigned long addr, unsig
printk("sun4v_data_access_exception: ADDR[%016lx] "
"CTX[%04x] TYPE[%04x], going.\n",
addr, ctx, type);
die_if_kernel("Iax", regs);
die_if_kernel("Dax", regs);
}
if (test_thread_flag(TIF_32BIT)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册