mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
[ARM] fix netx
2fcfe6b872
missed out on the cpumask
updates; update netx for these changes.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
18b2085e6a
commit
2927926707
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user