]> git.baikalelectronics.ru Git - kernel.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)
commit779ebac306ddab9518b825bf704aaae39324efa4
tree32ac1f67d2d907f5149e58524df09b1e33f50e2c
parent1a2d16341d03b26b7b41e16226dd5a05f4d12513
[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