Re: [PATCH 08/27] score: Add missing idle thread exchanges

2021-11-21 Thread Sebastian Huber
On 20/11/2021 19:58, Gedare Bloom wrote: A bit unrelated, these two functions could be refactored/merged, with a callout function passed in to select either _Scheduler_SMP_Preempt() or _Scheduler_SMP_Allocate_processor(). Later these functions are changed again. The loop is very similar, howev

Re: [PATCH 08/27] score: Add missing idle thread exchanges

2021-11-20 Thread Gedare Bloom
On Mon, Nov 15, 2021 at 10:13 AM Sebastian Huber wrote: > > Update #4531. > --- > cpukit/include/rtems/score/schedulersmpimpl.h | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/cpukit/include/rtems/score/schedulersmpimpl.h > b/cpukit/include/rtems/score/schedulersmpim