]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/qed/qed_if.h
drivers: Remove explicit invocations of mmiowb()
[linux.git] / include / linux / qed / qed_if.h
index f6165d304b4dd2f0a3a2a7246e9bdebbcec74676..48841e5dab90f5b462f38da073b3d3e5d1179bb7 100644 (file)
@@ -1338,7 +1338,6 @@ static inline u16 qed_sb_update_sb_idx(struct qed_sb_info *sb_info)
        }
 
        /* Let SB update */
-       mmiowb();
        return rc;
 }
 
@@ -1374,7 +1373,6 @@ static inline void qed_sb_ack(struct qed_sb_info *sb_info,
        /* Both segments (interrupts & acks) are written to same place address;
         * Need to guarantee all commands will be received (in-order) by HW.
         */
-       mmiowb();
        barrier();
 }