]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: change smp_mb() comment to conform the true
authorStanislaw Gruszka <sgruszka@redhat.com>
Tue, 9 Mar 2010 06:55:02 +0000 (06:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Mar 2010 22:47:01 +0000 (15:47 -0700)
commit982c339ffb352daac99ae8c4b06a1b0e89222ef1
treea313ee611dc6f77604dbf188e8ed9770df0ec409
parent50bf9aa9e7384ede11a90ac9ed0a83c17748e992
bnx2x: change smp_mb() comment to conform the true

Access to fp->tx_bp_prod is protected by __netif_tx_lock,
smp_mb() is not needed for that.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x_main.c