From: Alexander Duyck Date: Tue, 7 Apr 2015 23:55:27 +0000 (-0700) Subject: e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~52^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837a1dba0078d0bad755f6cb13a48c1623d11ff5;p=pandora-kernel.git 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 Acked-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed