]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 14 Sep 2012 10:51:50 +0000 (11:51 +0100)
commit088ba34c92055547ef4cc862a863334c01d9a304
tree32ac1f67d2d907f5149e58524df09b1e33f50e2c
parentd6ebd0f758bec06041442aa62c602281005fb9ef
[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>
drivers/scsi/hpsa.c