From: Nick Piggin Date: Wed, 21 May 2008 14:10:56 +0000 (+1000) Subject: [POWERPC] Fix rmb to order cacheable vs. noncacheable X-Git-Tag: v2.6.26-rc7~27^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598056d5af8fef1dbe8f96f5c2b641a528184e5a;p=pandora-kernel.git [POWERPC] Fix rmb to order cacheable vs. noncacheable lwsync is explicitly defined not to have any effect on the ordering of accesses to device memory, so it cannot be used for rmb(). sync appears to be the only barrier which fits the bill. Signed-off-by: Nick Piggin Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed