diff options
author | Waiman Long <[email protected]> | 2015-11-09 19:09:21 -0500 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-11-23 10:01:58 +0100 |
commit | 64d816cba06c67eeee455b8c78ebcda349d49c24 (patch) | |
tree | 4f84909ad1dbf50bfc038dde2e72285f8e98521e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 978e5a3692c3b674b4c7c412e96835fd996c2ff4 (diff) |
locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()
This patch replaces the cmpxchg() and xchg() calls in the native
qspinlock code with the more relaxed _acquire or _release versions of
those calls to enable other architectures to adopt queued spinlocks
with less memory barrier performance overhead.
Signed-off-by: Waiman Long <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Douglas Hatch <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Scott J Norton <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions