Re: [PATCH] score: Disable thread dispatching earlier

2022-03-08 Thread Gedare Bloom
looks ok to me On Tue, Mar 8, 2022 at 1:50 AM Sebastian Huber wrote: > > Disable thread dispatching earlier on secondary processors. This ensures that > fatal error and per-CPU job handlers are called with thread dispatching > disabled. On the boot processor, the thread dispatching is already d

[PATCH] score: Disable thread dispatching earlier

2022-03-08 Thread Sebastian Huber
Disable thread dispatching earlier on secondary processors. This ensures that fatal error and per-CPU job handlers are called with thread dispatching disabled. On the boot processor, the thread dispatching is already disabled by _Thread_Dispatch_initialization(). --- cpukit/score/src/smp.c