]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf3b47e7ff19e555a41844dab1afa322f7129e2e2
treefc053d9a21674b173dd61feac4b5a33cccd181d8
parentfa4911fe80767b9563ff9c3627d67122b9067500
[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