commit | 23cc770107c2d27dd1f5dee53177ea1163ee9295 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jun 23 20:57:47 2006 +0200 |
committer | Paul Mackerras <paulus@samba.org> | Wed Jun 28 11:59:48 2006 +1000 |
tree | 8f47c88813f548f2efef0e37c9fc8176cbf976dd | |
parent | 6b7290be0c045f3978c6b12f0a8aedd21ca6fa9c [diff] |
[POWERPC] spufs: map mmio space as guarded into user space This fixes a bug where we don't properly map SPE MMIO space as guarded, causing various test cases to fail, probably due to write combining and other niceties caused by the lack of the G bit. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>