On Wed, Jun 06, 2018 at 02:04:35PM +0200, Olivier Houchard wrote: > When building without threads enabled, instead of just using the global > runqueue, just use the local runqueue associated with the only thread, as > that's what is now expected for a single thread in prcoess_runnable_tasks().
Just out of curiosity, shouldn't we #ifdef out the global runqueue definition when running without threads in order to catch such cases in the future ? Willy