Loading drivers/xen/manage.c +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ static void do_suspend(void) /* XXX use normal device tree? */ xenbus_suspend(); err = stop_machine_run(xen_suspend, &cancelled, 0); err = stop_machine(xen_suspend, &cancelled, &cpumask_of_cpu(0)); if (err) { printk(KERN_ERR "failed to start xen_suspend: %d\n", err); goto out; Loading Loading
drivers/xen/manage.c +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ static void do_suspend(void) /* XXX use normal device tree? */ xenbus_suspend(); err = stop_machine_run(xen_suspend, &cancelled, 0); err = stop_machine(xen_suspend, &cancelled, &cpumask_of_cpu(0)); if (err) { printk(KERN_ERR "failed to start xen_suspend: %d\n", err); goto out; Loading