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

Commit 21969d27 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "irq_work: register irq_work_cpu_notify in early init"

parents b3bdaa4b 230faea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,6 +198,6 @@ static __init int irq_work_init_cpu_notifier(void)
	register_cpu_notifier(&cpu_notify);
	return 0;
}
device_initcall(irq_work_init_cpu_notifier);
early_initcall(irq_work_init_cpu_notifier);

#endif /* CONFIG_HOTPLUG_CPU */