From: Russell King Date: Thu, 28 Jul 2005 19:36:26 +0000 (+0100) Subject: [ARM SMP] Fix another ARMv6 bitop problem X-Git-Tag: v2.6.13-rc5~107^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7ec02938dbe8ca35b750f29eaa4b12de0b52754;p=pandora-kernel.git [ARM SMP] Fix another ARMv6 bitop problem We sometimes forgot to check whether the exclusive store succeeded. Ensure that we always check. Also ensure that we always use the out of line versions, since the inline versions are not SMP safe. Signed-off-by: Russell King --- Reading git-diff-tree failed