diff options
author | Mark Rutland <[email protected]> | 2018-06-21 13:13:16 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-06-21 14:25:24 +0200 |
commit | 2b523f170e399b0e1c8eec2c4b5889735b0d2b9b (patch) | |
tree | bcc61f815e7db246eab1c5283d463bb30a66afa2 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 4f44b4b2b337e100ae655d03c42d140816c8caf9 (diff) |
atomics/riscv: Define atomic64_fetch_add_unless()
As a step towards unifying the atomic/atomic64/atomic_long APIs, this
patch converts the arch/riscv implementation of atomic64_add_unless()
into an implementation of atomic64_fetch_add_unless().
A wrapper in <linux/atomic.h> will build atomic_add_unless() atop of
this, provided it is given a preprocessor definition.
No functional change is intended as a result of this patch.
Acked-by Palmer Dabbelt <[email protected]>
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Will Deacon <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Albert Ou <[email protected]>
Cc: Boqun Feng <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Palmer Dabbelt <[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/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions