From: Len Brown Date: Wed, 12 Jan 2011 04:25:30 +0000 (-0500) Subject: SFI: use ioremap_cache() instead of ioremap() X-Git-Tag: v2.6.38-rc1~70^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b026c4e3af52fda22c9313a3388344f82f3ba15;p=pandora-kernel.git 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 --- Reading git-diff-tree failed