|
@@ -30,14 +30,14 @@
|
|
#include "power.h"
|
|
#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;
|
|
static char resume_file[256] = CONFIG_PM_STD_PARTITION;
|
|
dev_t swsusp_resume_device;
|
|
dev_t swsusp_resume_device;
|
|
sector_t swsusp_resume_block;
|
|
sector_t swsusp_resume_block;
|
|
-int in_suspend __nosavedata = 0;
|
|
|
|
|
|
+int in_suspend __nosavedata;
|
|
|
|
|
|
enum {
|
|
enum {
|
|
HIBERNATION_INVALID,
|
|
HIBERNATION_INVALID,
|