summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2017-05-24 10:15:27 +0200
committerThomas Gleixner <tglx@linutronix.de>2017-05-26 10:10:41 +0200
commitf9a69931c3959940538884d5962b770c3db75df5 (patch)
tree030e2d3013b71ae32e88223c4d2ada6c70c1e860 /kernel
parent2337e879e8805a630b418f3e73a98084d4724b83 (diff)
downloadlinux-f9a69931c3959940538884d5962b770c3db75df5.tar.gz
linux-f9a69931c3959940538884d5962b770c3db75df5.tar.bz2
linux-f9a69931c3959940538884d5962b770c3db75df5.zip
powerpc/powernv: Use stop_machine_cpuslocked()
set_subcores_per_core() holds get_online_cpus() while invoking stop_machine(). stop_machine() invokes get_online_cpus() as well. This is correct, but prevents the conversion of the hotplug locking to a percpu rwsem. Use stop_machine_cpuslocked() to avoid the nested call. Convert *_online_cpus() to the new interfaces while at it. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Ingo Molnar <mingo@kernel.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org Link: http://lkml.kernel.org/r/20170524081548.331016542@linutronix.de
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions