commit | 088ba34c92055547ef4cc862a863334c01d9a304 | [log] [tgz] |
---|---|---|
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | Thu Jul 26 11:34:23 2012 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Sep 14 11:51:50 2012 +0100 |
tree | 32ac1f67d2d907f5149e58524df09b1e33f50e2c | |
parent | d6ebd0f758bec06041442aa62c602281005fb9ef [diff] |
[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 <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>