diff options
author | Uros Bizjak <[email protected]> | 2024-04-10 08:29:36 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2024-04-10 15:04:55 +0200 |
commit | 21689e4bfb9ae8f8b45279c53faecaa5a056ffa5 (patch) | |
tree | d73b2d30b3158bfa9ddf08bcae7094ff71af8b4f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 95ece48165c136b96fae0f6144f55cbf8b24aeb9 (diff) |
locking/atomic/x86: Define arch_atomic_sub() family using arch_atomic_add() functions
There is no need to implement arch_atomic_sub() family of inline
functions, corresponding macros can be directly implemented using
arch_atomic_add() inlines with negated argument.
No functional changes intended.
Signed-off-by: Uros Bizjak <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions