[rtems commit] score: Mention ticket in comment

Sebastian Huber sebh at rtems.org
Fri Feb 13 21:10:09 UTC 2015


Module:    rtems
Branch:    master
Commit:    2d84c4e4c11ab93e755ac2bcd9e19b7a53aed8ac
Changeset: http://git.rtems.org/rtems/commit/?id=2d84c4e4c11ab93e755ac2bcd9e19b7a53aed8ac

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Feb 13 22:07:45 2015 +0100

score: Mention ticket in comment

---

 cpukit/score/src/threadstartmultitasking.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/src/threadstartmultitasking.c b/cpukit/score/src/threadstartmultitasking.c
index 4467937..bd120d2 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




More information about the vc mailing list