]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/xen/manage.c
Merge branch 'linus' into x86/apic
[linux-2.6-omap-h63xx.git] / drivers / xen / manage.c
index 56892a142ee273eef1112ea212792556ecfc806b..3ccd348d112d62036f4e63a038d23deca7ed67f7 100644 (file)
@@ -108,7 +108,7 @@ static void do_suspend(void)
        /* XXX use normal device tree? */
        xenbus_suspend();
 
-       err = stop_machine(xen_suspend, &cancelled, &cpumask_of_cpu(0));
+       err = stop_machine(xen_suspend, &cancelled, cpumask_of(0));
        if (err) {
                printk(KERN_ERR "failed to start xen_suspend: %d\n", err);
                goto out;