bsps/aarch64/a72: Avoid use of reserved INTIDs

Interrupt IDs 1020, 1021, 1022, and 1023 are reserved as special INTIDs
and should be ignored for normal RTEMS operation as they signal internal
changes in the interrupt controller that RTEMS itself is directly
causing.
This commit is contained in:
Kinsey Moore
2024-05-09 09:00:53 -05:00
committed by Chris Johns
parent 7eb3ef09b0
commit ba1f92fcba

View File

@@ -48,7 +48,7 @@
extern "C" {
#endif /* __cplusplus */
#define BSP_INTERRUPT_VECTOR_COUNT 1024
#define BSP_INTERRUPT_VECTOR_COUNT 1020
/* Interrupts vectors */
#define BSP_TIMER_VIRT_PPI 27