mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 21:29:25 +08:00
Add context parameter to _Thread_Start_multitasking() and use this function in rtems_smp_secondary_cpu_initialize(). This avoids duplication of code. Fix missing floating point context initialization in rtems_smp_secondary_cpu_initialize(). Now performed via _Thread_Start_multitasking().