mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 06:23:37 +08:00
There is no need to wait for the secondary processor in _CPU_SMP_Start_processor() since _CPU_SMP_Finalize_initialization() does nothing. The caller of _CPU_SMP_Start_processor() ensures that we do not start the current processor.