> my arrandale laptop took multiple OOPS on resume after this patch. This bit makes my laptop happy, so I'll add it to this patch. thanks, -Len diff --git a/drivers/acpi/nvs.c b/drivers/acpi/nvs.c index 8e7ab5e..54b6ab8 100644 --- a/drivers/acpi/nvs.c +++ b/drivers/acpi/nvs.c @@ -80,7 +80,7 @@ void suspend_nvs_free(void) free_page((unsigned long)entry->data); entry->data = NULL; if (entry->kaddr) { - iounmap(entry->kaddr); + acpi_os_unmap_memory(entry->kaddr, entry->size); entry->kaddr = NULL; } } -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html