Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104461
b: refs/heads/master
c: 55ca089
h: refs/heads/master
i:
  104459: 0ac0bff
v: v3
  • Loading branch information
Stephen Rothwell authored and Ingo Molnar committed Jul 18, 2008
1 parent 5d0a95a commit eedb7d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 393d81aa026e19b6ede6f5f11955c97ee62e5df5
refs/heads/master: 55ca089e2579de90f048aca2a3030b8b2f864813
4 changes: 2 additions & 2 deletions trunk/drivers/xen/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static int xen_suspend(void *data)
gnttab_resume();
xen_mm_unpin_all();

device_power_up();
device_power_up(PMSG_RESUME);

if (!*cancelled) {
xen_irq_resume();
Expand Down Expand Up @@ -114,7 +114,7 @@ static void do_suspend(void)
} else
xenbus_suspend_cancel();

device_resume();
device_resume(PMSG_RESUME);

/* Make sure timer events get retriggered on all CPUs */
clock_was_set();
Expand Down

0 comments on commit eedb7d2

Please sign in to comment.