Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {