Re: [PATCH 1/2] score: Add _CPU_Get_TLS_thread_pointer()

2023-09-16 Thread Chris Johns
Looks good and thank you. I appreciate you handling this for me. Chris On 15/9/2023 5:07 pm, Sebastian Huber wrote: > Add _CPU_Get_TLS_thread_pointer() to get the thread pointer which is > used to get the address of thread-local storage objects associated with > a thread. > > Update #4920. > ---

[PATCH 1/2] score: Add _CPU_Get_TLS_thread_pointer()

2023-09-15 Thread Sebastian Huber
Add _CPU_Get_TLS_thread_pointer() to get the thread pointer which is used to get the address of thread-local storage objects associated with a thread. Update #4920. --- .../cpu/aarch64/include/rtems/score/cpuimpl.h | 7 .../cpu/arm/include/rtems/score/cpuimpl.h | 7 .../cpu/bfin/i