commit | 47952d5ea67dc7098667a954483a82acf81eb4da | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd.bergmann@de.ibm.com> | Fri Mar 24 19:47:52 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Mar 27 14:48:42 2006 +1100 |
tree | 1696c80c6b883496006abd0a4586b02a981a50d4 | |
parent | 2fa68747dad290f4415e2ea8565d57876747b2d3 [diff] |
[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>