hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL' definition
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Feb 2025 15:43:26 +0000 (16:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2025 14:20:29 +0000 (14:20 +0000)
commit4ac4d6e77613ccbb9aa55675429dc0b9ae1f8ea6
tree621f13ea006b693f4e2ff296ce596c6f162934fd
parent2b95a2d01b04afadf510a49ac14b38a59be8c5f5
hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL' definition

The 32 IRQ lines skipped are the GIC internal ones.
Use the GIC_INTERNAL definition for clarity.
No logical change.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250212154333.28644-2-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/exynos4210.c