Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63736
b: refs/heads/master
c: 88ffc35
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Aug 9, 2007
1 parent af14616 commit 8aa9fcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 175fc484256e9c85e043f599ec2f6bc0d2e6c443
refs/heads/master: 88ffc3505988196ef5cfdc0278ad89025c2a7b1a
9 changes: 0 additions & 9 deletions trunk/kernel/irq/resend.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ 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 8aa9fcd

Please sign in to comment.