RTEMS | SMP: Minor system start improvements (!227)
Sebastian Huber (@sebhub)
gitlab at rtems.org
Sat Sep 21 15:39:34 UTC 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240921/eb31305b/attachment-0001.htm>
More information about the bugs
mailing list