RTEMS | Draft: sparc/erc32: removed uses, prototype and implementation of set_vector() (!447)
Gedare Bloom (@gedare)
gitlab at rtems.org
Wed Mar 12 18:07:34 UTC 2025
Gedare Bloom started a new discussion on bsps/sparc/shared/gnatcommon.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_120809
> rtems_interrupt_catch (__gnat_interrupt_handler, trap, &previous_isr);
> }
> else if ((trap != 5 && trap != 6) && ((trap < 0x70) || (trap > 0x83)))
> - set_vector (__gnat_exception_handler, SPARC_SYNCHRONOUS_TRAP (trap), 1);
> + rtems_interrupt_catch (__gnat_exception_handler, SPARC_SYNCHRONOUS_TRAP (trap), &previous_isr);
> +
> + if (SPARC_IS_INTERRUPT_TRAP(SPARC_SYNCHRONOUS_TRAP (trap)))
> + {
> + uint32_t source = SPARC_INTERRUPT_TRAP_TO_SOURCE(SPARC_SYNCHRONOUS_TRAP (trap));
> + ERC32_Clear_interrupt(source);
> + ERC32_Unmask_interrupt(source);
> + }
Rather than copying this code in multiple places, maybe it makes sense to define a helper function for this BSP
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_120809
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/20250312/48f868da/attachment-0001.htm>
More information about the bugs
mailing list