Skip to content
Commit 366237e7 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

stop_machine: Provide RCU quiescent state in multi_cpu_stop()



When multi_cpu_stop() loops waiting for other tasks, it can trigger an RCU
CPU stall warning.  This can be misleading because what is instead needed
is information on whatever task is blocking multi_cpu_stop().  This commit
therefore inserts an RCU quiescent state into the multi_cpu_stop()
function's waitloop.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent d38e6dc6
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