commit | 2efd72af0f18860927084df618f7419c82f69be3 | [log] [tgz] |
---|---|---|
author | Geoff Levand <geoffrey.levand@am.sony.com> | Wed Jan 07 17:22:07 2009 -0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jan 08 16:25:15 2009 +1100 |
tree | 7409fa1d06a6463787c3cb5283c21243e95e6291 | |
parent | 60c0c5987b0996a7c7c4c6d90f63ed413c368a71 [diff] |
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>