hw/intc/arm_gic: Drop GIC_BASE_IRQ macro
commitb6e6c65151efb72063a9dd62fbd5baa744d4ab30
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Sep 2018 13:02:32 +0000 (25 14:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Sep 2018 14:13:24 +0000 (25 15:13 +0100)
tree6216c93c977a70dbc3174c579fa50ce990b753c7
parent48314d831679373edb13712ff4a1abcb1937a0bd
hw/intc/arm_gic: Drop GIC_BASE_IRQ macro

The GIC_BASE_IRQ macro is a leftover from when we shared code
between the GICv2 and the v7M NVIC. Since the NVIC is now
split off, GIC_BASE_IRQ is always 0, and we can just delete it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Message-id: 20180824161819.11085-1-peter.maydell@linaro.org
hw/intc/arm_gic.c
hw/intc/arm_gic_common.c
hw/intc/gic_internal.h