From: Arnd Bergmann Date: Fri, 24 Mar 2006 18:47:52 +0000 (+0100) Subject: [PATCH] powerpc: use guarded ioremap for cell on-chip mappings X-Git-Tag: v2.6.17-rc1~165^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47952d5ea67dc7098667a954483a82acf81eb4da;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed