Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234712
b: refs/heads/master
c: d78f8dd
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 19, 2011
1 parent d8f5037 commit 9edee83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3aae994fb0f43f6d94a31c33536a83869504abdf
refs/heads/master: d78f8dd36b90626106ce19cb2e6828b0dc39447e
2 changes: 1 addition & 1 deletion trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ handle_edge_irq(unsigned int irq, struct irq_desc *desc)
if (unlikely((desc->status & (IRQ_INPROGRESS | IRQ_DISABLED)) ||
!desc->action)) {
if (!irq_check_poll(desc)) {
desc->status |= (IRQ_PENDING | IRQ_MASKED);
desc->status |= IRQ_PENDING;
mask_ack_irq(desc);
goto out_unlock;
}
Expand Down

0 comments on commit 9edee83

Please sign in to comment.