aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2017-10-09 09:26:25 -0700
committerPaul E. McKenney <[email protected]>2017-12-04 10:52:52 -0800
commitcb7e125e03274cffa97d74433c876765efffaf6a (patch)
tree5e6be1ed0c2ec7f97e5203636dc5eb6604d8dd56 /tools/perf/scripts/python/call-graph-from-sql.py
parenta4bd78ed215873a68869e41fd59543be8ca38e7f (diff)
drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() ordering
The __qed_spq_block() function expects an smp_read_barrier_depends() to order a prior READ_ONCE() against a later load that does not depend on the prior READ_ONCE(), an expectation that can fail to be met. This commit therefore replaces the READ_ONCE() with smp_load_acquire() and removes the smp_read_barrier_depends(). Signed-off-by: Paul E. McKenney <[email protected]> Cc: Ariel Elior <[email protected]> Cc: <[email protected]> Cc: <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions