]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/powerpc/kernel/rtas.c
Merge commit 'origin/master'
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / kernel / rtas.c
index 2a60bd3e3afa326e166dd03994d5439243b6a119..c680f1bbd3877931d88b776940a08156cc6523ce 100644 (file)
@@ -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);