Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166501
b: refs/heads/master
c: 8828880
h: refs/heads/master
i:
  166499: c5ca781
v: v3
  • Loading branch information
Hiroshi DOYU authored and Tony Lindgren committed Sep 24, 2009
1 parent 37be046 commit 7745507
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: 1ffe627dcfce820b316ee520c58fca54550a18ee
refs/heads/master: 8828880d09e4466ad6b357a31fdd242594c7b111
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-omap2/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ static void omap2_mbox_ack_irq(struct omap_mbox *mbox,
u32 bit = (irq == IRQ_TX) ? p->notfull_bit : p->newmsg_bit;

mbox_write_reg(bit, p->irqstatus);

/* Flush posted write for irq status to avoid spurious interrupts */
mbox_read_reg(p->irqstatus);
}

static int omap2_mbox_is_irq(struct omap_mbox *mbox,
Expand Down

0 comments on commit 7745507

Please sign in to comment.