]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] powerpc: use guarded ioremap for cell on-chip mappings
authorArnd Bergmann <arnd.bergmann@de.ibm.com>
Fri, 24 Mar 2006 18:47:52 +0000 (19:47 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 27 Mar 2006 03:48:42 +0000 (14:48 +1100)
commit47952d5ea67dc7098667a954483a82acf81eb4da
tree1696c80c6b883496006abd0a4586b02a981a50d4
parent2fa68747dad290f4415e2ea8565d57876747b2d3
[PATCH] powerpc: use guarded ioremap for cell on-chip mappings

I'm not sure where the information came from, but I assumed
that doing cache-inhibited mappings for mmio regions was
sufficient.

It seems we also need the guarded bit set, like everyone
else, which is the default for ioremap.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/interrupt.c
arch/powerpc/platforms/cell/iommu.c
arch/powerpc/platforms/cell/pervasive.c
arch/powerpc/platforms/cell/spider-pic.c