diff options
Diffstat (limited to 'include/linux/suspend.h')
-rw-r--r-- | include/linux/suspend.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 3aecc96acc76..96868be9c211 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -52,10 +52,4 @@ struct saved_context; | |||
52 | void __save_processor_state(struct saved_context *ctxt); | 52 | void __save_processor_state(struct saved_context *ctxt); |
53 | void __restore_processor_state(struct saved_context *ctxt); | 53 | void __restore_processor_state(struct saved_context *ctxt); |
54 | 54 | ||
55 | /* | ||
56 | * XXX: We try to keep some more pages free so that I/O operations succeed | ||
57 | * without paging. Might this be more? | ||
58 | */ | ||
59 | #define PAGES_FOR_IO 1024 | ||
60 | |||
61 | #endif /* _LINUX_SWSUSP_H */ | 55 | #endif /* _LINUX_SWSUSP_H */ |