Searched hist:"7 f883c774e1bad34d5474d8a74989336631ce178" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | diff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> 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>
|
H A D | bnx2x_cmn.h | diff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> 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>
|
H A D | bnx2x_ethtool.c | diff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> 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>
|
H A D | bnx2x.h | diff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> 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>
|
H A D | bnx2x_cmn.c | diff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> 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>
|
H A D | bnx2x_main.c | diff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> 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>
|