commit | 1ea21ba231f248034e8c794aa675869ca2b97d42 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 19 11:56:32 2020 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Sep 18 19:59:43 2020 +1000 |
tree | e5a7f46657901c06600521f505158cf1b85b3b50 | |
parent | d10ebe79dfae7dc59b6cf77ffa615f0b8dae21bf [diff] |
powerpc: Move arch_cpu_idle_dead() into smp.c arch_cpu_idle_dead() is in idle.c, which makes sense, but it's inside a CONFIG_HOTPLUG_CPU block. It would be more at home in smp.c, inside the existing CONFIG_HOTPLUG_CPU block. Note that CONFIG_HOTPLUG_CPU depends on CONFIG_SMP so even though smp.c is not built for SMP=n builds, that's fine. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200819015634.1974478-1-mpe@ellerman.id.au