diff options
Diffstat (limited to 'arch/mips/sgi-ip22')
-rw-r--r-- | arch/mips/sgi-ip22/ip22-int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip22/ip22-int.c b/arch/mips/sgi-ip22/ip22-int.c index 338c0d706988..f199da7e49cf 100644 --- a/arch/mips/sgi-ip22/ip22-int.c +++ b/arch/mips/sgi-ip22/ip22-int.c | |||
@@ -242,7 +242,7 @@ asmlinkage void plat_irq_dispatch(void) | |||
242 | * First we check for r4k counter/timer IRQ. | 242 | * First we check for r4k counter/timer IRQ. |
243 | */ | 243 | */ |
244 | if (pending & CAUSEF_IP7) | 244 | if (pending & CAUSEF_IP7) |
245 | ll_timer_interrupt(SGI_TIMER_IRQ, NULL); | 245 | do_IRQ(SGI_TIMER_IRQ); |
246 | else if (pending & CAUSEF_IP2) | 246 | else if (pending & CAUSEF_IP2) |
247 | indy_local0_irqdispatch(); | 247 | indy_local0_irqdispatch(); |
248 | else if (pending & CAUSEF_IP3) | 248 | else if (pending & CAUSEF_IP3) |