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

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

Merge "timer: Add function to migrate timers"

parents 08c44d00 995fa71a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1886,6 +1886,13 @@ int timers_dead_cpu(unsigned int cpu)
	return 0;
}

#ifdef CONFIG_CPUSETS
void timer_quiesce_cpu(void *cpup)
{
	__migrate_timers(*(unsigned int *)cpup, false);
}
#endif /* CONFIG_CPUSETS */

#endif /* CONFIG_HOTPLUG_CPU */

static void __init init_timer_cpu(int cpu)