Joel Sherrill started a new discussion on cpukit/score/cpu/mips/include/rtems/score/cpuimpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1153#note_146742 > > -static inline void _CPU_Context_validate( uintptr_t pattern ) > -{ > - (void) pattern; > > - while (1) { > - /* TODO */ > - } > -} > > -static inline void _CPU_Instruction_illegal( void ) > -{ > - __asm__ volatile ( ".word -1" ); > -} > +void *_CPU_Thread_Idle_body( uintptr_t ignored ); > +void _CPU_SMP_Processor_event_broadcast( void ); SMP specific code should be in conditionals. And should be able to run SMP configurations on a single core qemu. And SMP on a single core. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1153#note_146742 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
