commit | 5b026c4e3af52fda22c9313a3388344f82f3ba15 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Tue Jan 11 23:25:30 2011 -0500 |
committer | Len Brown <len.brown@intel.com> | Tue Jan 11 23:27:25 2011 -0500 |
tree | 5a8e834ce3d1c2e32a963f08efee9e3d4fc8e0d8 | |
parent | 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 [diff] |
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>