]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
stop_machine: remove try_stop_cpus helper
authorYangtao Li <tiny.windzz@gmail.com>
Sat, 14 Dec 2019 19:51:07 +0000 (19:51 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 17 Dec 2019 12:32:51 +0000 (13:32 +0100)
commita5e37de90e67ac1072a9a44bd0cec9f5e98ded08
tree3ab773284de64a263f4e7eb1f03d2d73ea324169
parentd040e0734fb3dedfe24c3d94f5a32b4812eca610
stop_machine: remove try_stop_cpus helper

try_stop_cpus is not used after this:

commit c190c3b16c0f ("rcu: Switch synchronize_sched_expedited() to
stop_one_cpu()")

So remove it.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20191214195107.26480-1-tiny.windzz@gmail.com
include/linux/stop_machine.h
kernel/stop_machine.c