Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99563
b: refs/heads/master
c: c782772
h: refs/heads/master
i:
  99561: 06994de
  99559: 135e880
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Jun 2, 2008
1 parent d6dcc5d commit c7ca755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0261ac5f2f43a1906cfacfb19d62ed643d162cbe
refs/heads/master: c78277288e3d561d55fb48bc0fe8d6e2cf4d0880
2 changes: 2 additions & 0 deletions trunk/drivers/xen/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ enum shutdown_state {
/* Ignore multiple shutdown requests. */
static enum shutdown_state shutting_down = SHUTDOWN_INVALID;

#ifdef CONFIG_PM_SLEEP
static int xen_suspend(void *data)
{
int *cancelled = data;
Expand Down Expand Up @@ -121,6 +122,7 @@ static void do_suspend(void)
#endif
shutting_down = SHUTDOWN_INVALID;
}
#endif /* CONFIG_PM_SLEEP */

static void shutdown_handler(struct xenbus_watch *watch,
const char **vec, unsigned int len)
Expand Down

0 comments on commit c7ca755

Please sign in to comment.