From: Stephen M. Cameron Date: Thu, 26 Jul 2012 16:34:23 +0000 (-0500) Subject: [SCSI] hpsa: use ioremap_nocache instead of ioremap X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~38^2^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088ba34c92055547ef4cc862a863334c01d9a304;p=pandora-kernel.git [SCSI] hpsa: use ioremap_nocache instead of ioremap I think ioremap() ends up being equivalent to ioremap_nocache by default, but we should signal our intent that these mappings should be non-cacheable. Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed