hw/cpu/arm_mpcore: Remove default values for GIC external IRQs
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Feb 2025 15:43:33 +0000 (16:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2025 14:20:29 +0000 (14:20 +0000)
commit262f4ab3d5e3fcb6e85e40d9e29d9914c17972ed
treefb4af9cb26d106548777fd279e7eeb5f9742b866
parent2bf8bdcbb4510f206b3d0203c9bb8fb433387a90
hw/cpu/arm_mpcore: Remove default values for GIC external IRQs

Implicit default values are often hard to figure out, better
be explicit. Now that all boards explicitly set the number of
GIC external IRQs, remove the default values (displaying an
error message if it is out of range).

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