Lucian Silistru commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/473#note_122509 Just a heads up, CONFIGURE_RECORD_INTERRUPTS_ENABLED is a confdef toggle so would not be known/visible in the bsp build. bsp_interrupt_get_dispatch_table_slot in irq-record.c would then never be compiled into the bsp. In that case CONFIGURE_RECORD_INTERRUPTS_ENABLED would run the sysinit setup of the initial bsp_interrupt_dispatch_table with the _Record_Interrupt_handler. That would get replaced by any installed handlers instead of them being placed in the _Record_Interrupt_dispatch_table. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/473#note_122509 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs