summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadstartmultitasking.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadstartmultitasking.c')
-rw-r--r--cpukit/score/src/threadstartmultitasking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadstartmultitasking.c b/cpukit/score/src/threadstartmultitasking.c
index 4467937c58..bd120d21a4 100644
--- a/cpukit/score/src/threadstartmultitasking.c
+++ b/cpukit/score/src/threadstartmultitasking.c
@@ -69,7 +69,7 @@ void _Thread_Start_multitasking( void )
* FIXME: We have a race condition here in case another thread already
* performed scheduler operations and moved our heir thread to another
* processor. The time frame for this is likely too small to be practically
- * relevant.
+ * relevant. See https://devel.rtems.org/ticket/2268.
*/
_CPU_Context_Set_is_executing( &heir->Registers, true );
#endif