Re: sched_init_cpu() fix

2016-04-29 Thread Mark Kettenis
> Date: Fri, 29 Apr 2016 13:59:50 +0200 > From: Martin Pieuchot > > 3 architectures make the scheduler aware of secondary CPUs before they > can really execute anything. This is bad because during the boot > process threads will be put on their run queues. That means that on > such architecture

sched_init_cpu() fix

2016-04-29 Thread Martin Pieuchot
3 architectures make the scheduler aware of secondary CPUs before they can really execute anything. This is bad because during the boot process threads will be put on their run queues. That means that on such architecture we are only able to boot because the first CPU can steal threads from the n