ACPI: OSL: Use deferred unmapping in acpi_os_unmap_generic_address()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 2 Jul 2020 12:11:12 +0000 (14:11 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Jul 2020 10:29:59 +0000 (12:29 +0200)
commitf4334efb11a01b37af90e2ad459ee3bb6337211d
treebd34e4deabbf10a8dc3664267588511a4e393dbc
parentb8fcd0e588fc256bed3d65a4e23017c5582ecf48
ACPI: OSL: Use deferred unmapping in acpi_os_unmap_generic_address()

There is no reason (knwon to me) why any of the existing users of
acpi_os_unmap_generic_address() would need to wait for the unused
memory mappings left by it to actually go away, so use the deferred
unmapping of ACPI memory introduced previously in that function.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osl.c