On Thu, Oct 22 2020 at 15:04, Elliot Berman wrote: > In a heterogeneous multiprocessor system, specifying the 'maxcpus' > parameter on kernel command line does not provide sufficient control > over which CPUs are brought online at kernel boot time, since CPUs may > have nonuniform performance characteristics. Thus, add bootcpus kernel > parameter to control which CPUs should be brought online during kernel > boot. When both maxcpus and bootcpus is set, the more restrictive of the > two are booted. What for? 'maxcpus' is a debug hack at best and outright dangerous on certain architectures. Why do we need more of that? Just let the machine boot and offline the CPUs from user space. Thanks, tglx