summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-29 14:37:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-04 08:30:42 +0200
commit03e4d1e931cdd6582ccc92b3a4dc883b446b5647 (patch)
treedea1774058ed7d4c209d594ed6ea50aae3f6656d /c/src
parentlibtests/crypt01: Avoid stack overflows (diff)
downloadrtems-03e4d1e931cdd6582ccc92b3a4dc883b446b5647.tar.bz2
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.
Diffstat (limited to 'c/src')
0 files changed, 0 insertions, 0 deletions