[rtems commit] arm/xen: Fix BSP_INTERRUPT_VECTOR_COUNT
    Sebastian Huber 
    sebh at rtems.org
       
    Tue Apr 16 08:27:25 UTC 2024
    
    
  
Module:    rtems
Branch:    master
Commit:    ba2e1e6c258bf867c67dac9ec562943a92ba2aae
Changeset: http://git.rtems.org/rtems/commit/?id=ba2e1e6c258bf867c67dac9ec562943a92ba2aae
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Apr 16 10:26:07 2024 +0200
arm/xen: Fix BSP_INTERRUPT_VECTOR_COUNT
Do not use reserved interrupt IDs.
---
 bsps/arm/xen/include/bsp/irq.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsps/arm/xen/include/bsp/irq.h b/bsps/arm/xen/include/bsp/irq.h
index 58ce78ffd2..e64fde3037 100644
--- a/bsps/arm/xen/include/bsp/irq.h
+++ b/bsps/arm/xen/include/bsp/irq.h
@@ -40,7 +40,7 @@
 extern "C" {
 #endif /* __cplusplus */
 
-#define BSP_INTERRUPT_VECTOR_COUNT 1024
+#define BSP_INTERRUPT_VECTOR_COUNT 1019
 
 /* Xen guest interrupts */
 #define GUEST_TIMER_VIRT_PPI 27
    
    
More information about the vc
mailing list