From: David Dillow Date: Thu, 4 Mar 2010 04:37:16 +0000 (+0000) Subject: typhoon: fix incorrect use of smp_wmb() X-Git-Tag: v2.6.34-rc2~48^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fe88eae26dbd24eed73eb0b681e13981fd486b3;p=pandora-kernel.git typhoon: fix incorrect use of smp_wmb() The typhoon driver was incorrectly using smp_wmb() to order memory accesses against IO to the NIC in a few instances. Use wmb() instead, which is required to actually order between memory types. Signed-off-by: David Dillow Signed-off-by: David S. Miller --- Reading git-diff-tree failed