Wayne Thornton commented on a discussion on 
testsuites/smptests/smpdhrl02/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150857

 > +  );
 > +
 > +  /* Locks the main thread */
 > +  sc = dhrl_run_loop();
 > +
 > +  if ( sc != RTEMS_SUCCESSFUL ) {
 > +    printk( "FATAL: dhrl_run_loop crashed: %s\n", rtems_status_text( sc ) );
 > +    exit( 1 );
 > +  }
 > +}
 > +
 > +/* RTEMS OS Configuration */
 > +#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
 > +#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 > +#define CONFIGURE_UNIFIED_WORK_AREAS
 > +

This test and smpdhrl03 are leftover from the previous interation before I made 
the changes you requested. I specifically set so they will not build with the 
library and as those tests are updated I am enabling them.

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