aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-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)
285 285
286 bridge->b_wid_tflush; 286 bridge->b_wid_tflush;
287 287
288 intr_connect_level(cpu, swlevel);
289
288 return 0; /* Never anything pending. */ 290 return 0; /* Never anything pending. */
289} 291}
290 292