Timestamp:
06/29/22 12:37:47 (22 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
eefaf068
Parents:
9dd4bd3
git-author:
Sebastian Huber <sebastian.huber@…> (06/29/22 12:37:47)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/04/22 06:30:42)
Message:

score: Add _CPU_Use_thread_local_storage()

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.