RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

Sebastian Huber (@sebhub) gitlab at rtems.org
Fri Aug 30 06:12:10 UTC 2024




Sebastian Huber started a new discussion on bsps/aarch64/include/bsp/start.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_111669

 >  
 >  #define BSP_START_DATA_SECTION __attribute__((section(".bsp_start_data")))
 >  
 > +/*
 > + * @brief Logical CPU mapping.
 > + */
 > +extern uint64_t __cpu_logical_map[CPU_MAXIMUM_PROCESSORS];

The new objects and functions should be in a proper namespace, for example `_AArch64_` or `aarch64_`. The Doxygen documentation should be more detailed and explain the relation ship between the functions and objects. It should also explain the initialization order and dependencies.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_111669
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/20240830/fa7e8d0b/attachment.htm>


More information about the bugs mailing list