On Wed, 19 Aug 2020 11:56:32 +1000, Michael Ellerman wrote: > 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.
Applied to powerpc/next. [1/3] powerpc: Move arch_cpu_idle_dead() into smp.c https://git.kernel.org/powerpc/c/1ea21ba231f248034e8c794aa675869ca2b97d42 [2/3] powerpc/smp: Fold cpu_die() into its only caller https://git.kernel.org/powerpc/c/bf3c1464db883a953ad7bbed64924480b8b2b244 [3/3] powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self() https://git.kernel.org/powerpc/c/39f87561454dc33efb2a3d8354d066207acac8a6 cheers