diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/suspend.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index ba448c760168..380915e9563d 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -74,4 +74,10 @@ void __restore_processor_state(struct saved_context *ctxt); | |||
74 | extern unsigned long get_usable_page(gfp_t gfp_mask); | 74 | extern unsigned long get_usable_page(gfp_t gfp_mask); |
75 | extern void free_eaten_memory(void); | 75 | extern void free_eaten_memory(void); |
76 | 76 | ||
77 | /* | ||
78 | * XXX: We try to keep some more pages free so that I/O operations succeed | ||
79 | * without paging. Might this be more? | ||
80 | */ | ||
81 | #define PAGES_FOR_IO 512 | ||
82 | |||
77 | #endif /* _LINUX_SWSUSP_H */ | 83 | #endif /* _LINUX_SWSUSP_H */ |