[POWERPC] Fix __raw* accessors
authorBenjamin Herrenschmidt <benh@au1.ibm.com>
Tue, 21 Nov 2006 01:35:29 +0000 (12:35 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 09:39:07 +0000 (20:39 +1100)
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>

No differences found