From af73b7b64b385232eddfd899ebd9e93054b66026 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 18 Jun 2021 07:37:18 +0200 Subject: bsps/irq: Remove BSP_INTERRUPT_VECTOR_MIN Remove BSP_INTERRUPT_VECTOR_MIN and unconditionally let interrupt vector numbers start with zero. The BSP_INTERRUPT_VECTOR_MIN == 0 invariant was tested by the previous commit and building all BSPs. Update #3269. --- bsps/arm/raspberrypi/include/bsp/irq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bsps/arm/raspberrypi/include/bsp/irq.h') diff --git a/bsps/arm/raspberrypi/include/bsp/irq.h b/bsps/arm/raspberrypi/include/bsp/irq.h index 17e4472b34..87b6da2963 100644 --- a/bsps/arm/raspberrypi/include/bsp/irq.h +++ b/bsps/arm/raspberrypi/include/bsp/irq.h @@ -69,7 +69,6 @@ #define BCM2835_IRQ_ID_ILL_ACCESS_1 70 #define BCM2835_IRQ_ID_ILL_ACCESS_0 71 -#define BSP_INTERRUPT_VECTOR_MIN (0) #define BSP_INTERRUPT_VECTOR_MAX (BCM2835_INTC_TOTAL_IRQ - 1) #define BSP_INTERRUPT_VECTOR_INVALID (UINT32_MAX) -- cgit v1.2.3