Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=84ced30675b1454f1c2dca1fe055ae75eb1df53e
Commit:     84ced30675b1454f1c2dca1fe055ae75eb1df53e
Parent:     ed7a2365062bc9968e8e01423a889a95e85fba80
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Mon Aug 27 00:26:58 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Aug 27 02:17:00 2007 +0100

    [MIPS] IP27: startup_bridge_irq: connect interrupt.
    
    shutdown_bridge_irq disconnects the irq so we need to connect the irq or
    requesting the same irq a send time will fail.  This used to make
    things like ifconfig eth0 down; ifconfig eth0 up fail on IP27.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/sgi-ip27/ip27-irq.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/mips/sgi-ip27/ip27-irq.c b/arch/mips/sgi-ip27/ip27-irq.c
index 554a5c7..5cfbe1a 100644
--- a/arch/mips/sgi-ip27/ip27-irq.c
+++ b/arch/mips/sgi-ip27/ip27-irq.c
@@ -285,6 +285,8 @@ static unsigned int startup_bridge_irq(unsigned int irq)
 
         bridge->b_wid_tflush;
 
+       intr_connect_level(cpu, swlevel);
+
         return 0;       /* Never anything pending.  */
 }
 
-
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