From: Edgar E. Iglesias Date: Thu, 13 Dec 2018 13:48:04 +0000 (+0000) Subject: hw/arm: versal: Correct the nr of IRQs to 192 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f6ef171db84b49f17f6a1dd32a1ae3021e08efaa;p=qemu.git hw/arm: versal: Correct the nr of IRQs to 192 Correct the nr of IRQs to 192. Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Francis Message-id: 20181129163655.20370-5-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell --- diff --git a/include/hw/arm/xlnx-versal.h b/include/hw/arm/xlnx-versal.h index 76fb9de391..ec7c859d08 100644 --- a/include/hw/arm/xlnx-versal.h +++ b/include/hw/arm/xlnx-versal.h @@ -22,7 +22,7 @@ #define XLNX_VERSAL_NR_ACPUS 2 #define XLNX_VERSAL_NR_UARTS 2 #define XLNX_VERSAL_NR_GEMS 2 -#define XLNX_VERSAL_NR_IRQS 256 +#define XLNX_VERSAL_NR_IRQS 192 typedef struct Versal { /*< private >*/