commit | 8a235efad548abd2ab5ebea45a9ffa750c814375 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Feb 20 01:47:44 2008 +0100 |
committer | Len Brown <len.brown@intel.com> | Thu Feb 21 02:15:28 2008 -0500 |
tree | 9b8c6c1fa3d2e28d9bb198d7019cba8883d5299e | |
parent | e80af3a8dbbbf431b2070cc760699f01c5a6ac69 [diff] |
Hibernation: Handle DEBUG_PAGEALLOC on x86 Make hibernation work with CONFIG_DEBUG_PAGEALLOC set on x86, by checking if the pages to be copied are marked as present in the kernel mapping and temporarily marking them as present if that's not the case. No functional modifications are introduced if CONFIG_DEBUG_PAGEALLOC is unset. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Len Brown <len.brown@intel.com>