summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-08 16:56:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-09 21:11:10 +0100
commit32f0f11a68d3aa521f0398c9b8eec3d47f114c5e (patch)
tree672d1bd028d0e8c625dbe75db318050528f7c4b4 /testsuites/sptests
parentbsp/altera-cyclone-v: fix the creation of reserved memory regions (diff)
downloadrtems-32f0f11a68d3aa521f0398c9b8eec3d47f114c5e.tar.bz2
SMP: Fix start multitasking for some targets
The previous SMP multitasking start assumed that the initial heir thread of a processor starts execution in _Thread_Handler(). The _Thread_Handler() sets the interrupt state explicitly by _ISR_Set_level() before it calls the thread entry. Under certain timing conditions, processors may perform an initial context switch to a thread which already executes its thread body (see smptests/smpstart01). In this case, interrupts are disabled after the context switch on targets which do not save/restore the interrupt state during a context switch (aarch64, arm, and riscv). Close #4627.
Diffstat (limited to 'testsuites/sptests')
0 files changed, 0 insertions, 0 deletions