Skip to content
Commit c9e8afb8 authored by Kaushal Kumar's avatar Kaushal Kumar Committed by Kyle Yan
Browse files

sched: Remove synchronize rcu/sched calls from _cpu_down



There is no need for sync_sched() in _cpu_down as stop_machine()
provides that barrier implicitly. Removing it also helps improve
hot-unplug latency.

The sync_sched/rcu were earlier removed for the same reason by the
commit 9ee349ad ("sched: Fix set_cpu_active() in cpu_down()"),
but recently got added as part of commit <6acce3ef> ("sched:
Remove get_online_cpus() usage.").

CRs-Fixed: 2044149
Change-Id: I97763004454d082d3cc2d9d9dbef7da923608600
Signed-off-by: default avatarKaushal Kumar <kaushalk@codeaurora.org>
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
Signed-off-by: default avatarTrilok Soni <tsoni@codeaurora.org>
parent a3ba7da6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment