diff options
author | Will Deacon <[email protected]> | 2017-10-24 11:22:48 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-12-17 13:57:15 +0100 |
commit | 3382290ed2d5e275429cef510ab21889d3ccd164 (patch) | |
tree | 0993c387956cf3b6f802acf12a62b79cb94ece1a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c2bc66082e1048c7573d72e62f597bdc5ce13fea (diff) |
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
[ Note, this is a Git cherry-pick of the following commit:
506458efaf15 ("locking/barriers: Convert users of lockless_dereference() to READ_ONCE()")
... for easier x86 PTI code testing and back-porting. ]
READ_ONCE() now has an implicit smp_read_barrier_depends() call, so it
can be used instead of lockless_dereference() without any change in
semantics.
Signed-off-by: Will Deacon <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions