mtd/ps3vram: Use _PAGE_NO_CACHE in memory ioremap
authorGeoff Levand <geoffrey.levand@am.sony.com>
Thu, 8 Jan 2009 01:22:07 +0000 (17:22 -0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 8 Jan 2009 05:25:15 +0000 (16:25 +1100)
commit2efd72af0f18860927084df618f7419c82f69be3
tree7409fa1d06a6463787c3cb5283c21243e95e6291
parent60c0c5987b0996a7c7c4c6d90f63ed413c368a71
mtd/ps3vram: Use _PAGE_NO_CACHE in memory ioremap

Use _PAGE_NO_CACHE for gpu memory ioremap.  Also,
add __iomem attribute to gpu memory pointer and
change use of memset() to memset_io().

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/mtd/devices/ps3vram.c