Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158187
b: refs/heads/master
c: 4dbc9ca
h: refs/heads/master
i:
  158185: 21c1792
  158183: 063e138
v: v3
  • Loading branch information
Thomas Gleixner committed Aug 27, 2009
1 parent 1f05ff0 commit 888ca28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 399b5da29b9f851eb7b96e2882097127f003e87c
refs/heads/master: 4dbc9ca219b0f294332e734528f7b82211700170
9 changes: 2 additions & 7 deletions trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,8 @@ handle_edge_irq(unsigned int irq, struct irq_desc *desc)
kstat_incr_irqs_this_cpu(irq, desc);

/* Start handling the irq */
if (unlikely(desc->status & IRQ_ONESHOT)) {
desc->status |= IRQ_MASKED;
mask_ack_irq(desc, irq);
} else {
if (desc->chip->ack)
desc->chip->ack(irq);
}
if (desc->chip->ack)
desc->chip->ack(irq);

/* Mark the IRQ currently in progress.*/
desc->status |= IRQ_INPROGRESS;
Expand Down

0 comments on commit 888ca28

Please sign in to comment.