From: David Dillow Date: Wed, 3 Mar 2010 16:33:10 +0000 (+0000) Subject: r8169: use correct barrier between cacheable and non-cacheable memory X-Git-Tag: v2.6.34-rc2~48^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c020a961a812ffae9846b917304cea504c3a733;p=pandora-kernel.git r8169: use correct barrier between cacheable and non-cacheable memory r8169 needs certain writes to be visible to other CPUs or the NIC before touching the hardware, but was using smp_wmb() which is only required to order cacheable memory access. Switch to wmb() which is required to order both cacheable and non-cacheable memory. Noticed by Catalin Marinas and Paul Mackerras. Signed-off-by: David Dillow Signed-off-by: David S. Miller --- Reading git-diff-tree failed