Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158177
b: refs/heads/master
c: c36ba80
h: refs/heads/master
i:
  158175: 77c8a5f
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Ingo Molnar committed Aug 9, 2009
1 parent 6fddd76 commit e9a1dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 990a55eb25d9698d61352264cc43f3a9c04cce90
refs/heads/master: c36ba80ea01d0aecb652c26799a912e760ce8981
3 changes: 1 addition & 2 deletions trunk/kernel/irq/resend.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ void check_irq_resend(struct irq_desc *desc, unsigned int irq)
if ((status & (IRQ_LEVEL | IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) {
desc->status = (status & ~IRQ_PENDING) | IRQ_REPLAY;

if (!desc->chip || !desc->chip->retrigger ||
!desc->chip->retrigger(irq)) {
if (!desc->chip->retrigger || !desc->chip->retrigger(irq)) {
#ifdef CONFIG_HARDIRQS_SW_RESEND
/* Set it pending and activate the softirq: */
set_bit(irq, irqs_resend);
Expand Down

0 comments on commit e9a1dd2

Please sign in to comment.