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

Commit 01480bfc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/core: Improve CPU hotplug latency for rcu_expedited=1 case"

parents d28cdd40 dab5fa2b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -6212,7 +6212,11 @@ int sched_cpu_deactivate(unsigned int cpu)
	 *
	 * Do sync before park smpboot threads to take care the rcu boost case.
	 */
	synchronize_rcu_mult(call_rcu, call_rcu_sched);

#ifdef CONFIG_PREEMPT
	synchronize_sched();
#endif
	synchronize_rcu();

#ifdef CONFIG_SCHED_SMT
	/*