Skip to content
Commit 9b683874 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()



The fact that tasks could be migrated from leaf to root rcu_node
structures meant that synchronize_rcu_expedited() had to disable
CPU hotplug.  However, tasks now stay put, so this commit removes the
CPU-hotplug disabling from synchronize_rcu_expedited().

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 13bd6494
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment