stop_machine: wean Xen off stop_machine_run

This is the last use of (the deprecated) stop_machine_run in the tree.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

+1 -1
+1 -1
drivers/xen/manage.c
··· 102 /* XXX use normal device tree? */ 103 xenbus_suspend(); 104 105 - err = stop_machine_run(xen_suspend, &cancelled, 0); 106 if (err) { 107 printk(KERN_ERR "failed to start xen_suspend: %d\n", err); 108 goto out;
··· 102 /* XXX use normal device tree? */ 103 xenbus_suspend(); 104 105 + err = stop_machine(xen_suspend, &cancelled, &cpumask_of_cpu(0)); 106 if (err) { 107 printk(KERN_ERR "failed to start xen_suspend: %d\n", err); 108 goto out;