[PATCH] score: Add _CPU_Use_thread_local_storage()
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Jul 4 06:08:20 UTC 2022
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 the associated thread must be set in dedicated
> processor registers. Add the new CPU port function to do this:
>
> void _CPU_Use_thread_local_storage( const Context_Control *context )
>
> Close #4672.
Any comments to this patch?
--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax: +49-89-18 94 741 - 08
Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
More information about the devel
mailing list