diff options
Diffstat (limited to 'include/linux/suspend.h')
-rw-r--r-- | include/linux/suspend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 33bbaea23aaf..5dc94e777fab 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -73,6 +73,6 @@ unsigned long get_safe_page(gfp_t gfp_mask); | |||
73 | * XXX: We try to keep some more pages free so that I/O operations succeed | 73 | * XXX: We try to keep some more pages free so that I/O operations succeed |
74 | * without paging. Might this be more? | 74 | * without paging. Might this be more? |
75 | */ | 75 | */ |
76 | #define PAGES_FOR_IO 512 | 76 | #define PAGES_FOR_IO 1024 |
77 | 77 | ||
78 | #endif /* _LINUX_SWSUSP_H */ | 78 | #endif /* _LINUX_SWSUSP_H */ |