SFI: use ioremap_cache() instead of ioremap()
authorLen Brown <len.brown@intel.com>
Wed, 12 Jan 2011 04:25:30 +0000 (23:25 -0500)
committerLen Brown <len.brown@intel.com>
Wed, 12 Jan 2011 04:27:25 +0000 (23:27 -0500)
commit5b026c4e3af52fda22c9313a3388344f82f3ba15
tree5a8e834ce3d1c2e32a963f08efee9e3d4fc8e0d8
parent3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5
SFI: use ioremap_cache() instead of ioremap()

We copied ACPI's oversight of using ioremap() and creating
non-cached table mappings when we should have been using
ioremap_cache().

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/sfi/sfi_core.c