|
@@ -198,6 +198,9 @@ megasas_clear_intr_xscale(struct megasas_register_set __iomem * regs)
|
|
|
*/
|
|
|
writel(status, ®s->outbound_intr_status);
|
|
|
|
|
|
+ /* Dummy readl to force pci flush */
|
|
|
+ readl(®s->outbound_intr_status);
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
@@ -293,6 +296,9 @@ megasas_clear_intr_ppc(struct megasas_register_set __iomem * regs)
|
|
|
*/
|
|
|
writel(status, ®s->outbound_doorbell_clear);
|
|
|
|
|
|
+ /* Dummy readl to force pci flush */
|
|
|
+ readl(®s->outbound_doorbell_clear);
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
/**
|