Joel Sherrill commented on a discussion on cpukit/libmisc/stackchk/check.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/936#note_139827 > } > > #if defined(RTEMS_MULTIPROCESSING) > - if (rtems_configuration_get_user_multiprocessing_table()) { I think it does. If RTEMS_MULTIPROCESSING is True, then _rtems_configuration_get_user_multiprocessing_table()_ is always True. Long ago, you could set the MP Config Table (and some other configuration structures) to NULL but that was removed in the interest of simplicity. It eliminated a lot of these checks for NULL. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/936#note_139827 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
