Skip to content

Commit

Permalink
[SPARC64]: Typo in sun4v_data_access_exception log message.
Browse files Browse the repository at this point in the history
Should be "Dax" not "Iax".

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent d82965c commit 5555563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 5555563

Please sign in to comment.