diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:09 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:09 -0400 |
commit | 7bcf7717b6a047c272410d0cd00213185fe6b99d (patch) | |
tree | 81c5d6bbc2130815713e22bb5408ea80b6e1c499 /arch/mips/sgi-ip22 | |
parent | 91a2fcc88634663e9e13dcdfad0e4a860e64aeee (diff) |
[MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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) |