Skip to content

Commit

Permalink
[MIPS] IP27: Invoke setup_irq for timer interrupt so proc stats will …
Browse files Browse the repository at this point in the history
…be shown.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 13, 2006
1 parent cc25ab0 commit bf28363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/mips/sgi-ip27/ip27-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ static void ip27_timer_setup(struct irqaction *irq)
irq_desc[irqno].status |= IRQ_PER_CPU;

rt_timer_irq = irqno;
/*
* Only needed to get /proc/interrupt to display timer irq stats
*/
setup_irq(irqno, &rt_irqaction);
}

void __init ip27_time_init(void)
Expand Down

0 comments on commit bf28363

Please sign in to comment.