arch: Mass conversion of smp_mb__*()
[deliverable/linux.git] / drivers / net / ethernet / chelsio / cxgb4 / sge.c
index ca95cf2954eb33f62719130a8b0432fbb324c2b6..e249528c8e60bbce6bdc53c9e0c65a2f8c95d836 100644 (file)
@@ -2031,7 +2031,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();
 
                        if (fl_starving(fl)) {
                                rxq = container_of(fl, struct sge_eth_rxq, fl);
This page took 0.025586 seconds and 5 git commands to generate.