diff options
| author | Mark Rutland <[email protected]> | 2018-06-21 13:13:08 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2018-06-21 14:22:33 +0200 |
| commit | bef828204a1bc7a0fd3a24551c4265e9c2ab95ed (patch) | |
| tree | bb35ac3bc791547c1345aaa737406f9b315a9e63 /tools/perf/scripts/python | |
| parent | ade5ef9280c33993099199c51e2e27c2c4013afd (diff) | |
atomics/treewide: Make atomic64_inc_not_zero() optional
We define a trivial fallback for atomic_inc_not_zero(), but don't do
the same for atomic64_inc_not_zero(), leading most architectures to
define the same boilerplate.
Let's add a fallback in <linux/atomic.h>, and remove the redundant
implementations. Note that atomic64_add_unless() is always defined in
<linux/atomic.h>, and promotes its arguments to the requisite types, so
we need not do this explicitly.
There should be no functional change as a result of this patch.
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Will Deacon <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Palmer Dabbelt <[email protected]>
Cc: Boqun Feng <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions