mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 06:16:18 +08:00
In addtion to 1023, the GICC_IAR register may return 1022 as a special value. Simply check for a valid interrupt vector for the dispatching. Check the GICC_IAR again after the dispatch to quickly process a next interrupt without having to go through the interrupt prologue and epiloge.