]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/scsi/bnx2i/bnx2i_hwi.c
drivers: Remove explicit invocations of mmiowb()
[linux.git] / drivers / scsi / bnx2i / bnx2i_hwi.c
index fae6f71e677d712a41fc8911b5f18819cf9e518d..12666313b937972495f128ff902296b0035d8ede 100644 (file)
@@ -253,7 +253,6 @@ void bnx2i_put_rq_buf(struct bnx2i_conn *bnx2i_conn, int count)
                writew(ep->qp.rq_prod_idx,
                       ep->qp.ctx_base + CNIC_RECV_DOORBELL);
        }
-       mmiowb();
 }
 
 
@@ -279,8 +278,6 @@ static void bnx2i_ring_sq_dbell(struct bnx2i_conn *bnx2i_conn, int count)
                bnx2i_ring_577xx_doorbell(bnx2i_conn);
        } else
                writew(count, ep->qp.ctx_base + CNIC_SEND_DOORBELL);
-
-       mmiowb(); /* flush posted PCI writes */
 }