Check vector number and pointer to ISR in "_isr_wrapper" routine for aarch64 #29776
Labels
area: ARM
ARM (32-bit) Architecture
area: Interrupt Controller
Enhancement
Changes/Updates/Additions to existing features
Problem description:
In file “Kconfig.defconfig.viper_bcm58402_a72” defined NUM_IRQS as 240. It the same time GIC may rise some special purpose interrupts in range 1020 up to 1023. These vectors are out of _sw_isr_table and it case to invoking of wrong function.
I propose to check
For example, I added some lines to isr_wrapper.S as following
spr: // new line
The text was updated successfully, but these errors were encountered: