Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63531
b: refs/heads/master
c: 0fc4969
h: refs/heads/master
i:
  63529: 6c3040d
  63527: f61054f
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Aug 2, 2007
1 parent 6c2c504 commit ec881e1
Show file tree
Hide file tree
Showing 2 changed files with 10 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: fd0cbdd378258fdf44eac5ea091256a4a665315b
refs/heads/master: 0fc4969b866671dfe39b1a9119d0fdc7ea0f63e5
9 changes: 9 additions & 0 deletions trunk/kernel/irq/resend.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ void check_irq_resend(struct irq_desc *desc, unsigned int irq)
*/
desc->chip->enable(irq);

/*
* Temporary hack to figure out more about the problem, which
* is causing the ancient network cards to die.
*/
if (desc->handle_irq != handle_edge_irq) {
WARN_ON_ONCE(1);
return;
}

if ((status & (IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) {
desc->status = (status & ~IRQ_PENDING) | IRQ_REPLAY;

Expand Down

0 comments on commit ec881e1

Please sign in to comment.