aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-08-27 00:26:58 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-08-27 02:17:00 +0100
commit84ced30675b1454f1c2dca1fe055ae75eb1df53e (patch)
tree942c7b6918dc73bb96bfe8d109c4a26c11c342e8 /arch/mips
parent[MIPS] IP27: shutdown_bridge_irq: don't free irq. (diff)
downloadlinux-dev-84ced30675b1454f1c2dca1fe055ae75eb1df53e.tar.xz
linux-dev-84ced30675b1454f1c2dca1fe055ae75eb1df53e.zip
[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 <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/sgi-ip27/ip27-irq.c2
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 554a5c783a89..5cfbe1a1479c 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. */
}