Skip to content

Commit

Permalink
[SPARC64]: Report mondo error correctly in hypervisor_xcall_deliver().
Browse files Browse the repository at this point in the history
It's in "arg0" not "func".

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

Expand Down

0 comments on commit 6cc80cf

Please sign in to comment.