commit | 7ffd0443f2502478545e23e194b7eb8e16376072 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Tue Feb 08 23:38:05 2011 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Thu Feb 24 19:58:41 2011 +0100 |
tree | 467a47d0d8b9ce4de3c95aa11d25b8c9b5ce05a1 | |
parent | 7fe135dc058faea0ce319a03e3b6f98c5049955c [diff] |
ACPI: Make acpi_os_map_memory() avoid creating unnecessary mappings Modify acpi_os_map_memory() so that it doesn't call acpi_os_ioremap() unconditionally every time it is executed (except when acpi_gbl_permanent_mmap is unset), which pretty much defeats the purpose of maintaining the list of ACPI iomaps in osl.c. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>