commit | e7ec02938dbe8ca35b750f29eaa4b12de0b52754 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Jul 28 20:36:26 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jul 28 20:36:26 2005 +0100 |
tree | fc053d9a21674b173dd61feac4b5a33cccd181d8 | |
parent | 505d7b193181be029f4f9aea59e6bdbfdd1e9e76 [diff] |
[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>