call platform_begin before swsusp shrink memory so that we can allocate enough pages for ACPI NVS memory region in platform_begin. Signed-off-by: Zhang Rui <rui.zhang@xxxxxxxxx> --- kernel/power/disk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6/kernel/power/disk.c =================================================================== --- linux-2.6.orig/kernel/power/disk.c 2008-07-01 09:32:36.000000000 +0800 +++ linux-2.6/kernel/power/disk.c 2008-07-03 09:08:20.000000000 +0800 @@ -243,12 +243,12 @@ { int error; - /* Free memory before shutting down devices. */ - error = swsusp_shrink_memory(); + error = platform_begin(platform_mode); if (error) return error; - error = platform_begin(platform_mode); + /* Free memory before shutting down devices. */ + error = swsusp_shrink_memory(); if (error) goto Close; _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm