stop_machine: Make stop_cpus() static
authorYangtao Li <tiny.windzz@gmail.com>
Sat, 28 Dec 2019 16:19:12 +0000 (16:19 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 17 Jan 2020 09:19:21 +0000 (10:19 +0100)
commit35f4cd96f5551dc1b2641159e7bb7bf91de6600f
treec8b140bddaa971650c02ae2f549228ff6df83cd1
parent02d4ac5885a18d326b500b94808f0956dcce2832
stop_machine: Make stop_cpus() static

The function stop_cpus() is only used internally by the
stop_machine for stop multiple cpus.

Make it static.

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