commit | 614d73edae68836f7659ee8efec90878e6215fb1 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Jul 27 23:00:05 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jul 27 23:00:05 2005 +0100 |
tree | 6a9cde929df6175e797a157ca36df4c5cd99f3ae | |
parent | 9e566d8bd61f939b7f5d7d969f5b178571471cf9 [diff] |
[ARM SMP] Fix data corruption in test_* bitops If we found that the bit was already in the desired state, we would skip performing the operation, and write random data back. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>