Skip to content

Commit

Permalink
[MIPS] IP22: Fix hang due to messing with timer interrupt handler
Browse files Browse the repository at this point in the history
As IP22 is now using do_IRQ for timer interrupt, don't mess with
interrupt handler any longer

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Oct 17, 2007
1 parent 9ee5389 commit 0eafaae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/mips/sgi-ip22/ip22-time.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,3 @@ void indy_8254timer_irq(void)
ArcEnterInteractiveMode();
irq_exit();
}

void __init plat_timer_setup(struct irqaction *irq)
{
/* over-write the handler, we use our own way */
irq->handler = no_action;

/* setup irqaction */
setup_irq(SGI_TIMER_IRQ, irq);
}

0 comments on commit 0eafaae

Please sign in to comment.