summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2014-03-11 10:35:58 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-10-17 14:35:10 +0100
commita29dc07047c66ae31354b3953e136356b2f92cf5 (patch)
tree7f0949de8ad6ac0bd2168b3ebfdd14ce24ed146c /lib
parent0fcc609a72a757088042d8557812986f6e4621a4 (diff)
net: fec: add barrier to transmit path to ensure proper ordering
Ensure that the writes to the descriptor data is visible to the hardware before the descriptor is handed over to the hardware. Having discussed this with Will Deacon, we need a wmb() between writing the descriptor data and handing the descriptor over to the hardware. The corresponding rmb() is in the ethernet hardware. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions