RTEMS | Draft: bsps/riscv: add Smrnmi extension support (!1391)
Gedare Bloom (@gedare)
gitlab at rtems.org
Wed Aug 26 16:54:38 UTC 2026
Gedare Bloom started a new discussion on bsps/riscv/riscv/irq/rnmi.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1391#note_158069
> + */
> +
> +#include <bsp/fatal.h>
> +#include <bsp/irq-generic.h>
> +#include <bsp/riscv-rnmi.h>
> +#include <bsp/rnmi.h>
> +
> +#include <inttypes.h>
> +#include <rtems/bspIo.h>
> +#include <rtems/score/cpu.h>
> +#include <rtems/score/percpu.h>
> +#include <rtems/score/riscv-utility.h>
> +#include <rtems/score/smpimpl.h>
> +
> +/* Per-core deferred RNMI contexts */
> +static RISCV_RNMI_Context _RISCV_RNMI_context[CPU_MAXIMUM_PROCESSORS];
should this be part of the per-cpu structure itself?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1391#note_158069
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-3zf31q2b2ae3o9gd044fki6sg-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260826/8b0bac9f/attachment-0001.htm>
More information about the bugs
mailing list