X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fpowerpc%2Fkernel%2Frtas.c;h=647f3e8677dc4171d7c21292cc382b00bf8fd923;hb=15c8b6c1aaaf1c4edd67e2f02e4d8e1bd1a51c0d;hp=34843c318419012e73195b8837345b232e4dca85;hpb=8691e5a8f691cc2a4fda0651e8d307aaba0e7d68;p=linux-2.6-omap-h63xx.git diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index 34843c31841..647f3e8677d 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c @@ -747,7 +747,7 @@ static int rtas_ibm_suspend_me(struct rtas_args *args) /* Call function on all CPUs. One of us will make the * rtas call */ - if (on_each_cpu(rtas_percpu_suspend_me, &data, 1, 0)) + if (on_each_cpu(rtas_percpu_suspend_me, &data, 0)) data.error = -EINVAL; wait_for_completion(&done);