On Thu, 2 Jun 2022, Helge Deller wrote: > Hi Mikulas, > > Thanks a lot !!! > > It took me some time to test it, but it looks good and boots on > all of my machines so far. I was curious if 32-bit kernels still > work since that was one of the issues with the older patches... > > With your patch we can drop the "config SCHED_MC" entry from > arch/parisc/Kconfig as well. > Will you respin, or should I simply add this to your patch? > > Helge I think that we don't have to drop "config SCHED_MC". It is used in kernel/sched/topology.c to select the multicore-aware scheduler. There is no reason why the multicore scheduler would not work on parisc. Mikulas