[POWERPC] Fix sparse warning in xmon Cell code
commit437a0706837d09d8ab071c6790da07d9d6bb3d22
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 22 Nov 2006 23:46:39 +0000 (23 00:46 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 09:40:22 +0000 (4 20:40 +1100)
tree2f14b6e63bcc258586a05fbacce5c2f06fb1fead
parent5850dd8f6d4e79484d498c0d77b223d1041f9954
[POWERPC] Fix sparse warning in xmon Cell code

My patch to add spu helpers to xmon (a898497088f46252e6750405504064e2dce53117)
introduced a few sparse warnings, because I was dereferencing an __iomem
pointer.

I think the best way to handle it is to actually use the appropriate in_beXX
functions. Need to rejigger the DUMP macro a little to accomodate that.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/xmon/xmon.c