提交 29279267 编写于 作者: R Russell King 提交者: Russell King

[ARM] fix netx

2fcfe6b8 missed out on the cpumask
updates; update netx for these changes.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 18b2085e
......@@ -163,7 +163,7 @@ static void __init netx_timer_init(void)
* Adding some safety ... */
netx_clockevent.min_delta_ns =
clockevent_delta2ns(0xa00, &netx_clockevent);
netx_clockevent.cpumask = cpumask_of_cpu(0);
netx_clockevent.cpumask = cpumask_of(0);
clockevents_register_device(&netx_clockevent);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册