aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2018-03-19 22:50:05 -0400
committerMartin K. Petersen <[email protected]>2018-06-18 21:02:52 -0400
commitf2233a33dc1fef4aa30dc11e4c676637bf358c3d (patch)
treeea1db52ba3623f7243ece01e55a971e4e96602cf /tools/perf/scripts/python/export-to-sqlite.py
parent6c3796d130ed2860489885a934dcb7bb334d5eb0 (diff)
scsi: ipr: Eliminate duplicate barriers
Driver does both wmb() and writel(). The latter already has a barrier on some architectures like arm64. This ends up with CPU observing two barriers back to back before executing the register write. Drivers should generally assume that the barrier implied by writel() is sufficient for ordering DMA. Remove the extraneous wmb() before it. [mkp: Squashed Arnd's and Sinan's patches] Signed-off-by: Arnd Bergmann <[email protected]> Reported-by: Sinan Kaya <[email protected]> Acked-by: Brian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions