Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234773
b: refs/heads/master
c: c69e375
h: refs/heads/master
i:
  234771: 5351c54
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 2, 2011
1 parent 44234d5 commit 26384d0
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8d32a307e4faa8b123dc8a9cd56d1a7525f69ad3
refs/heads/master: c69e3758ff56d03e161187355791ec992c574276
4 changes: 4 additions & 0 deletions trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc)
mask_irq(desc);
goto out;
}

if (desc->istate & IRQS_ONESHOT)
mask_irq(desc);

preflow_handler(desc);
handle_irq_event(desc);

Expand Down

0 comments on commit 26384d0

Please sign in to comment.