Gedare Bloom started a new discussion on testsuites/smptests/smpdhrl02/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150854

 > +  );
 > +
 > +  /* 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
 > +

use `NEEDS_DHRL`?

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