ACPI: use ioremap() in acpi_os_map_memory()
authorJan Beulich <jbeulich@suse.com>
Wed, 21 Aug 2013 06:40:22 +0000 (08:40 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 21 Aug 2013 06:40:22 +0000 (08:40 +0200)
commitc5ba8ed4c6f005d332a49d93a3ef8ff2b690b256
tree00c15fc3a483d5a8171e0579c9857d869735abe4
parent2ee9cbf9d8eaeff6e21222905d22dbd58dc5fe29
ACPI: use ioremap() in acpi_os_map_memory()

This drops the post-boot use of __acpi_map_table() here again (together
with the somewhat awkward locking), in favor of using ioremap().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/drivers/acpi/osl.c