dect
/
linux-2.6
Archived
13
0
Fork 0

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

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

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-02-26 14:51:29 -08:00
parent 3634476239
commit 6cc80cfab8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}