[ARM SMP] Fix another ARMv6 bitop problem
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 28 Jul 2005 19:36:26 +0000 (20:36 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Jul 2005 19:36:26 +0000 (20:36 +0100)
commite7ec02938dbe8ca35b750f29eaa4b12de0b52754
treefc053d9a21674b173dd61feac4b5a33cccd181d8
parent505d7b193181be029f4f9aea59e6bdbfdd1e9e76
[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 <rmk+kernel@arm.linux.org.uk>
arch/arm/lib/bitops.h
include/asm-arm/bitops.h