[PATCH 24/26] Hibernation: Handle DEBUG_PAGEALLOC on x86

2008-02-21 Thread Len Brown
From: Rafael J. Wysocki [EMAIL PROTECTED] 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

[PATCH 24/26] Hibernation: Handle DEBUG_PAGEALLOC on x86

2008-02-21 Thread Len Brown
From: Rafael J. Wysocki [EMAIL PROTECTED] 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