Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108878
b: refs/heads/master
c: 06f579d
h: refs/heads/master
v: v3
  • Loading branch information
Yang, Bo authored and James Bottomley committed Aug 16, 2008
1 parent a950ab9 commit 429f388
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d211f052fa58a053639bc51501cb64421157d362
refs/heads/master: 06f579dee5dd75c2aaf8fe83d034b5470eeee2f4
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/megaraid/megaraid_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ megasas_clear_intr_xscale(struct megasas_register_set __iomem * regs)
*/
writel(status, &regs->outbound_intr_status);

/* Dummy readl to force pci flush */
readl(&regs->outbound_intr_status);

return 0;
}

Expand Down Expand Up @@ -293,6 +296,9 @@ megasas_clear_intr_ppc(struct megasas_register_set __iomem * regs)
*/
writel(status, &regs->outbound_doorbell_clear);

/* Dummy readl to force pci flush */
readl(&regs->outbound_doorbell_clear);

return 0;
}
/**
Expand Down

0 comments on commit 429f388

Please sign in to comment.