提交 b218fa0e 编写于 作者: D David S. Miller

sparc32: Stop calling claim_ticker14() from sun4c_irq.c

Since the first argument is always NULL, the only side effect
is to disable the PROFILE_IRQ, so just do that directly.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 76954261
......@@ -163,7 +163,7 @@ static void __init sun4c_init_timers(irq_handler_t counter_fn)
prom_halt();
}
claim_ticker14(NULL, PROFILE_IRQ, 0);
sun4c_disable_irq(PROFILE_IRQ);
}
#ifdef CONFIG_SMP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册