]> www.infradead.org Git - users/jedix/linux-maple.git/commit
[SCSI] hpsa: use ioremap_nocache instead of ioremap
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Thu, 26 Jul 2012 16:34:23 +0000 (11:34 -0500)
committerJoe Jin <joe.jin@oracle.com>
Fri, 21 Dec 2012 03:19:06 +0000 (11:19 +0800)
commit6f57542ea69acc2f7f94140f3e3384983d97720f
tree8d1c001bdbda3915cf479cb21ea4ba8d89f58d9d
parenta186d4cdb9b12611ce3dccb0ca3bbf30ba5db2fe
[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>
(cherry picked from commit 088ba34c92055547ef4cc862a863334c01d9a304)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/scsi/hpsa.c