Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109088
b: refs/heads/master
c: 37a7c0f
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Aug 25, 2008
1 parent f95416e commit 13f71b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 532a6086e35fa3b5761e68af36d4e42a550eba15
refs/heads/master: 37a7c0f3e3e808b8d24f2187a25d2de39e46d822
2 changes: 1 addition & 1 deletion trunk/drivers/xen/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 13f71b2

Please sign in to comment.