提交 ded7c1ee 编写于 作者: T Thomas Gleixner

mips: Fix i8253 clockevent fallout

pit_clockevent wants to replaced in the argument of the callback
function as well.

Reported-by; Ingo Molnar <mingo@elte.hu>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 01898e3e
......@@ -12,7 +12,7 @@
static irqreturn_t timer_interrupt(int irq, void *dev_id)
{
i8253_clockevent.event_handler(&pit_clockevent);
i8253_clockevent.event_handler(&i8253_clockevent);
return IRQ_HANDLED;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册