mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
[MIPS] IP27: Invoke setup_irq for timer interrupt so proc stats will be shown.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
cc25ab0086
commit
bf283630d0
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue