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/au1000 | |
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/au1000')
-rw-r--r-- | arch/mips/au1000/common/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/irq.c b/arch/mips/au1000/common/irq.c index 47949d6f2c10..a6640b998c6e 100644 --- a/arch/mips/au1000/common/irq.c +++ b/arch/mips/au1000/common/irq.c | |||
@@ -633,7 +633,7 @@ asmlinkage void plat_irq_dispatch(void) | |||
633 | unsigned int pending = read_c0_status() & read_c0_cause() & ST0_IM; | 633 | unsigned int pending = read_c0_status() & read_c0_cause() & ST0_IM; |
634 | 634 | ||
635 | if (pending & CAUSEF_IP7) | 635 | if (pending & CAUSEF_IP7) |
636 | ll_timer_interrupt(63); | 636 | do_IRQ(63); |
637 | else if (pending & CAUSEF_IP2) | 637 | else if (pending & CAUSEF_IP2) |
638 | intc0_req0_irqdispatch(); | 638 | intc0_req0_irqdispatch(); |
639 | else if (pending & CAUSEF_IP3) | 639 | else if (pending & CAUSEF_IP3) |