Kinsey Moore started a new discussion on cpukit/libmisc/monitor/mon-editor.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/936#note_139829

 >     * put node number in the prompt if we are multiprocessing
 >     */
 >  #if defined(RTEMS_MULTIPROCESSING)
 > -  if (!rtems_configuration_get_user_multiprocessing_table ())

If this call is always true, then this conditional always evaluates to false 
and this entire code segment just needs to be removed instead.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/936#note_139829
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

Reply via email to