Sebastian Huber commented on a discussion on cpukit/score/src/smp.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/227#note_112410

 >      assignment = _Scheduler_Get_initial_assignment( cpu_index );
 >      cpu = _Per_CPU_Get_by_index( cpu_index );
 >  
 > -    if ( cpu_index != cpu_index_self ) {
 > +    if ( cpu != cpu_self ) {
 >        if ( _Scheduler_Should_start_processor( assignment ) ) {
 >          started = _CPU_SMP_Start_processor( cpu_index );

None of the BSPs detect a CPU failing to start.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/227#note_112410
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to