RTEMS | Draft: sparc: removed uses, prototype and implementation of set_vector() (!447)
Sunil Hegde (@sunil-hegde)
gitlab at rtems.org
Wed Jun 25 15:27:23 UTC 2025
Sunil Hegde commented on a discussion on bsps/sparc/shared/gnatcommon.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125292
> + * Skip window overflow, underflow, and flush as well as software
> + * trap 0 which we will use as a shutdown. Also avoid trap 0x70 - 0x7f
> + * which cannot happen and where some of the space is used to pass
> + * paramaters to the program. 0x80 for system traps and
> + * 0x81 - 0x83 by the remote debugging stub.
> + * Avoid two bsp specific interrupts which normally are used
> + * by the real-time clock and UART B.
> + */
> +
> + if ((trap >= 0x11) && (trap <= 0x1f))
> + {
> + if ((trap != t1) && (trap != t2))
> + {
> + rtems_interrupt_catch (__gnat_interrupt_handler, trap, &previous_isr_a);
> + }
> + }
ok i will do that i tried fix formatting in other files, probably i missed this one.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125292
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/20250625/3c70af68/attachment-0001.htm>
More information about the bugs
mailing list