commit | 757db1ed9b50d28cd4c1e7d9925c9ea7783b2f91 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@au1.ibm.com> | Tue Nov 21 12:35:29 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:39:07 2006 +1100 |
tree | 1dd122c4d66ceb6e7c590b6be87695d124db6b57 | |
parent | 68a64357d15ae4f596e92715719071952006e83c [diff] |
[POWERPC] Fix __raw* accessors The new IO accessor code allows to stick a token in the top bit of MMIO addresses which gets masked out during actual accesses. However, the __raw_* accessors forgot to mask it out. This fixes it. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>