Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}