Hi Arnd, On Mon, 30 Nov 2020 at 22:42, Arnd Bergmann <arnd@xxxxxxxxxx> wrote: > > +struct smp_operations __initdata mstarv7_smp_ops = { > > + .smp_boot_secondary = mstarv7_boot_secondary, > > +}; > > +#endif > > So no hotplug operations? Not yet. There are controls to power down different bits of the chip, assert internal resets and so on so it might be possible to add that later but I haven't worked out where those bits are yet for the second cpu. > Or better, use CPU_METHOD_OF_DECLARE() instead of smp_ops. I'll do that for the v2. Was there anything else that looked fishy? Every other platform seems to have a lot of code for moving secondary CPUs from the boot ROM into somewhere the kernel can control the order in which they come online (vendor code has a copy/paste of the vexpress code) so I was worried I missed something. Thanks, Daniel