aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorWill Deacon <[email protected]>2014-02-21 17:01:48 +0100
committerRussell King <[email protected]>2014-02-25 11:35:08 +0000
commitdb38ee874c48713d0723221d08332242e0088970 (patch)
tree065fee530d0374306564ea37606617f007af6c64 /fs/jbd2/commit.c
parentd98b90ea22b0a28d9d787769704a9cf1ea5a513a (diff)
ARM: 7983/1: atomics: implement a better __atomic_add_unless for v6+
Looking at perf profiles of multi-threaded hackbench runs, a significant performance hit appears to manifest from the cmpxchg loop used to implement the 32-bit atomic_add_unless function. This can be mitigated by writing a direct implementation of __atomic_add_unless which doesn't require iteration outside of the atomic operation. Signed-off-by: Will Deacon <[email protected]> Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions