Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45758
b: refs/heads/master
c: 8528b0f
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jan 23, 2007
1 parent 36c6fef commit d29a14d
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: d227e87e6c939c6071def92bc7691ad774c733ff
refs/heads/master: 8528b0f1de1101c6002036fd53638fb21111d0ea
3 changes: 3 additions & 0 deletions trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ int setup_irq(unsigned int irq, struct irqaction *new)
/* Undo nested disables: */
desc->depth = 1;
}
/* Reset broken irq detection when installing new handler */
desc->irq_count = 0;
desc->irqs_unhandled = 0;
spin_unlock_irqrestore(&desc->lock, flags);

new->irq = irq;
Expand Down

0 comments on commit d29a14d

Please sign in to comment.