Commit 55555633 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Typo in sun4v_data_access_exception log message.

Should be "Dax" not "Iax".
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment