Aaron Nyholm commented on a discussion on rtemsbsd/include/machine/intr.h: 
https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/146#note_151974

 >  
 >  #ifndef     NIRQ
 >  #include <bsp/irq.h>
 > -#define     NIRQ                    BSP_INTERRUPT_VECTOR_COUNT
 > +#define     NIRQ                    1024

Yeah good point. I've changed it to `2 * BSP_INTERRUPT_VECTOR_COUNT` to better 
scale with complexity of the architecture.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/146#note_151974
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