commit | 837a1dba0078d0bad755f6cb13a48c1623d11ff5 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Tue Apr 07 16:55:27 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 08 12:15:14 2015 -0400 |
tree | e49f879b6fa316806202bb1f43c9dce4e3cbe535 | |
parent | 03cc864a2571af278fc83d24b6a78d8424f92736 [diff] |
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering This change replaces calls to rmb with dma_rmb in the case where we want to order all follow-on descriptor reads after the check for the descriptor status bit. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>