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

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

[SPARC64]: Report mondo error correctly in hypervisor_xcall_deliver().



It's in "arg0" not "func".

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 36344762
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -617,7 +617,7 @@ static void hypervisor_xcall_deliver(u64 data0, u64 data1, u64 data2, cpumask_t

		if (unlikely(++retries > 100)) {
			printk("CPU[%d]: sun4v mondo error %lu\n",
			       this_cpu, func);
			       this_cpu, arg0);
			break;
		}