Re: [PATCH] score: Add _CPU_Use_thread_local_storage()

2022-07-04 Thread Chris Johns
On 5/7/2022 2:56 pm, Sebastian Huber wrote: > On 05/07/2022 00:33, Chris Johns wrote: >> On 4/7/2022 4:08 pm, Sebastian Huber wrote: >>> On 29/06/2022 15:07, Sebastian Huber wrote: At some point during system initialization, the idle threads are created. Afterwards, the boot processor

Re: [PATCH] score: Add _CPU_Use_thread_local_storage()

2022-07-04 Thread Sebastian Huber
On 05/07/2022 00:33, Chris Johns wrote: On 4/7/2022 4:08 pm, Sebastian Huber wrote: On 29/06/2022 15:07, Sebastian Huber wrote: At some point during system initialization, the idle threads are created. Afterwards, the boot processor basically executes within the context of an idle thread

Re: [PATCH] score: Add _CPU_Use_thread_local_storage()

2022-07-04 Thread Chris Johns
On 4/7/2022 4:08 pm, Sebastian Huber wrote: > On 29/06/2022 15:07, Sebastian Huber wrote: >> At some point during system initialization, the idle threads are created. >> Afterwards, the boot processor basically executes within the context of an >> idle >> thread with thread dispatching disabled. 

Re: [PATCH] score: Add _CPU_Use_thread_local_storage()

2022-07-04 Thread Sebastian Huber
On 29/06/2022 15:07, Sebastian Huber wrote: At some point during system initialization, the idle threads are created. Afterwards, the boot processor basically executes within the context of an idle thread with thread dispatching disabled. On some architectures, the thread-local storage area of

[PATCH] score: Add _CPU_Use_thread_local_storage()

2022-06-29 Thread Sebastian Huber
At some point during system initialization, the idle threads are created. Afterwards, the boot processor basically executes within the context of an idle thread with thread dispatching disabled. On some architectures, the thread-local storage area of the associated thread must be set in dedicated