2dd author Stanislaw Gruszka 1268117700 +0000 committer David S. Miller 1268693220 -0700 bnx2x: use smp_mb() to keep ordering of read write operations Since we want to keep ordering of write to fp->bd_tx_cons and netif_tx_queue_stopped(txq), what is read of txq->state, we have to use general memory barrier. Signed-off-by: Stanislaw Gruszka Signed-off-by: David S. Miller j@¸„—*x