summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorSinan Kaya <okaya@codeaurora.org>2018-03-25 10:39:18 -0400
committerDavid S. Miller <davem@davemloft.net>2018-03-26 12:47:55 -0400
commit7f883c774e1bad34d5474d8a74989336631ce178 (patch)
tree5f7d9a0dba0a4879a03776e8f41890d4feb6bf23 /crypto
parentedd874235ac20a04483f15b27251203e9508dec5 (diff)
downloadlinux-7f883c774e1bad34d5474d8a74989336631ce178.tar.bz2
bnx2x: Eliminate duplicate barriers on weakly-ordered archs
Code includes wmb() followed by writel(). writel() already has a barrier on some architectures like arm64. This ends up CPU observing two barriers back to back before executing the register write. Since code already has an explicit barrier call, changing writel() to writel_relaxed(). Signed-off-by: Sinan Kaya <okaya@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions