Commit bf283630 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] IP27: Invoke setup_irq for timer interrupt so proc stats will be shown.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent cc25ab00
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment