arch: Mass conversion of smp_mb__*()
[deliverable/linux.git] / drivers / net / ethernet / chelsio / cxgb4vf / sge.c
index 9cfa4b4bb089d398a1b687a71d32f0856d15fa47..9d88c1d50b49ba23c2539de80b3309e08943d060 100644 (file)
@@ -1951,7 +1951,7 @@ static void sge_rx_timer_cb(unsigned long data)
                        struct sge_fl *fl = s->egr_map[id];
 
                        clear_bit(id, s->starving_fl);
-                       smp_mb__after_clear_bit();
+                       smp_mb__after_atomic();
 
                        /*
                         * Since we are accessing fl without a lock there's a
This page took 0.027363 seconds and 5 git commands to generate.