commit | 437a0706837d09d8ab071c6790da07d9d6bb3d22 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu Nov 23 00:46:39 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:40:22 2006 +1100 |
tree | 2f14b6e63bcc258586a05fbacce5c2f06fb1fead | |
parent | 5850dd8f6d4e79484d498c0d77b223d1041f9954 [diff] |
[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>