Home
last modified time | relevance | path

Searched hist:d551d81d6a720542873f478def60baab6b5df403 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/
H A Dsleep.cdiff d551d81d6a720542873f478def60baab6b5df403 Wed Jan 19 22:27:55 CET 2011 Rafael J. Wysocki <rjw@sisk.pl> ACPI / PM: Call suspend_nvs_free() earlier during resume

It turns out that some device drivers map pages from the ACPI NVS region
during resume using ioremap(), which conflicts with ioremap_cache() used
for mapping those pages by the NVS save/restore code in nvs.c.

Make the NVS pages mapped by the code in nvs.c be unmapped before device
drivers' resume routines run.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>