From: Michael Ellerman Date: Wed, 22 Nov 2006 23:46:39 +0000 (+0100) Subject: [POWERPC] Fix sparse warning in xmon Cell code X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=437a0706837d09d8ab071c6790da07d9d6bb3d22;p=pandora-kernel.git [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 Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed