RTEMS | cpukit: Create DHRL Library for DRAM Latency Mitigation (!1193)
Wayne Thornton (@wmthornton-dev)
gitlab at rtems.org
Fri May 22 15:39:23 UTC 2026
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260522/b26fa8f7/attachment-0001.htm>
More information about the bugs
mailing list