RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)
Sebastian Huber (@sebhub)
gitlab at rtems.org
Fri Sep 13 04:59:52 UTC 2024
Sebastian Huber started a new discussion on bsps/aarch64/shared/start/aarch64-smp.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112028
> 1U << target_processor_index
> );
> }
> +
> +uint32_t _CPU_SMP_Get_current_processor(void)
> +{
> + return _Per_CPU_Get_index( _CPU_Get_current_per_CPU_control());
> +}
> +
No blank line before the end of the file. Add spaces similar to the code above.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112028
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/20240913/7a67cb21/attachment-0001.htm>
More information about the bugs
mailing list