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)
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>

No differences found