Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130262
b: refs/heads/master
c: 5d0fb2e
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Reitmayr authored and Jeff Garzik committed Jan 26, 2009
1 parent 945aa19 commit 3e3770e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cd12e1f7a2c28917c89d65c0d4a52d3919b4c125
refs/heads/master: 5d0fb2e730e2085021cf5c8b6d14983e92aea75b
3 changes: 3 additions & 0 deletions trunk/drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3059,6 +3059,9 @@ static int mv_init_host(struct ata_host *host, unsigned int board_idx)
hpriv->main_irq_mask_addr = mmio + PCI_HC_MAIN_IRQ_MASK_OFS;
}

/* initialize shadow irq mask with register's value */
hpriv->main_irq_mask = readl(hpriv->main_irq_mask_addr);

/* global interrupt mask: 0 == mask everything */
mv_set_main_irq_mask(host, ~0, 0);

Expand Down

0 comments on commit 3e3770e

Please sign in to comment.