RTEMS | cpukit: Create DHRL Library for DRAM Latency Mitigation (!1193)
Gedare Bloom (@gedare)
gitlab at rtems.org
Fri May 22 15:36:47 UTC 2026
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260522/0a245b93/attachment.htm>
More information about the bugs
mailing list