[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>

+2
+2
arch/mips/sgi-ip27/ip27-irq.c
··· 285 285 286 286 bridge->b_wid_tflush; 287 287 288 + intr_connect_level(cpu, swlevel); 289 + 288 290 return 0; /* Never anything pending. */ 289 291 } 290 292