From: Marcelo Tosatti Date: Sat, 29 Oct 2005 00:46:10 +0000 (-0700) Subject: [PATCH] ppc32 8xx: use io accessor macros instead of direct memory reference X-Git-Tag: v2.6.15-rc1~59^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37b0c9670fed2264661ade1beb5c228dec29c96;p=pandora-kernel.git [PATCH] ppc32 8xx: use io accessor macros instead of direct memory reference Convert core 8xx drivers to use in_xxxbe/in_xxx macros instead of direct memory references. Other than making IO accesses explicit (which is a plus for readability), a common set of macros provides a unified place for the volatile flag to constraint compiler code reordering. There are several unlucky places at the moment which lack the volatile flag. Signed-off-by: Marcelo Tosatti Signed-off-by: Andrew Morton Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed