Re: [linux-pm] Resume from Memory very slow on 2.6.37+
From: Jeff Chua <hidden>
Date: 2011-01-18 01:14:44
On Tue, Jan 18, 2011 at 2:55 AM, Brown, Len [off-list ref] wrote:
added Linux-acpi to cc any difference if you boot with acpi_sleep=nonvs ?
That works. On Tue, Jan 18, 2011 at 8:14 AM, Rafael J. Wysocki [off-list ref] wrote:
quoted
What happens if you replace the acpi_os_map_memory() in suspend_nvs_save() with ioremap_cache() and the acpi_os_unmap_memory() in suspend_nvs_free() with iounmap() ?IOW, can you please test if the patch below makes a difference? drivers/acpi/nvs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
That works too. Now I have another problem which might be totally unrelated. Just realized that my notebook can't suspend to "disk" ... used to work last week. So, something has changed as well. May be someone has already reported/fixed this. Thanks, Jeff -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html