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
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
