Commit 29279267 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] fix netx

2fcfe6b8 missed out on the cpumask
updates; update netx for these changes.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment