Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267091
b: refs/heads/master
c: d231ff1
h: refs/heads/master
i:
  267089: 162ea0e
  267087: ebbe7ca
v: v3
  • Loading branch information
Barry Song authored and Rafael J. Wysocki committed Oct 16, 2011
1 parent 7dbdd59 commit 77be7f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 27920651fe0d16a25632dc238e81b54f3a504869
refs/heads/master: d231ff1af70a2df43d809173cf8c94e9c3beb853
10 changes: 5 additions & 5 deletions trunk/kernel/power/hibernate.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
#include "power.h"


static int nocompress = 0;
static int noresume = 0;
static int resume_wait = 0;
static int resume_delay = 0;
static int nocompress;
static int noresume;
static int resume_wait;
static int resume_delay;
static char resume_file[256] = CONFIG_PM_STD_PARTITION;
dev_t swsusp_resume_device;
sector_t swsusp_resume_block;
int in_suspend __nosavedata = 0;
int in_suspend __nosavedata;

enum {
HIBERNATION_INVALID,
Expand Down

0 comments on commit 77be7f3

Please sign in to comment.