From: Alexander Duyck Date: Tue, 8 Jan 2013 07:00:58 +0000 (+0000) Subject: ixgbe: Replace rmb in Tx cleanup with read_barrier_depends X-Git-Tag: v3.9-rc1~139^2~157^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e63bf490151f7e457002fc046601bb6bb541fa3;p=pandora-kernel.git ixgbe: Replace rmb in Tx cleanup with read_barrier_depends The rmb in the Tx cleanup path is a much stronger barrier than we really need. All that is really needed is a read_barrier_depends since the location of the EOP descriptor is dependent on the eop_desc value. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed