Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=88ffc3505988196ef5cfdc0278ad89025c2a7b1a
Commit:     88ffc3505988196ef5cfdc0278ad89025c2a7b1a
Parent:     175fc484256e9c85e043f599ec2f6bc0d2e6c443
Author:     Linus Torvalds <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 9 08:10:16 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Aug 9 08:10:16 2007 -0700

    Revert "genirq: temporary fix for level-triggered IRQ resend"
    
    This reverts commit 0fc4969b866671dfe39b1a9119d0fdc7ea0f63e5.  It was
    always meant to be temporary, but it's generating more useless noise
    than anything else, and we probably should never have done it in the
    generic kernel (only had the people involved test it on their own).
    
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 kernel/irq/resend.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/kernel/irq/resend.c b/kernel/irq/resend.c
index c382727..5bfeaed 100644
--- a/kernel/irq/resend.c
+++ b/kernel/irq/resend.c
@@ -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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to