aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/optionrom
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2022-04-04 10:00:36 +0100
committerPeter Maydell <peter.maydell@linaro.org>2022-04-04 10:19:03 +0100
commit516b737f97bbd177f236e20abe6854cce895d1f8 (patch)
tree21772a907b370a3abaaa319944e1c30eaec1b657 /pc-bios/optionrom
parent673e965966433454c345b0a4ef21bcbef238182e (diff)
hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
The only time we use the ext_gic_irq[] array in the Exynos4210Irq struct is during realize of the SoC -- we initialize it with the input IRQs of the external GIC device, and then connect those to outputs of other devices further on in realize (including in the exynos4210_init_board_irqs() function). Now that the ext_gic object is easily accessible as s->ext_gic we can make the connections directly from one device to the other without going via this array. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'pc-bios/optionrom')
0 files changed, 0 insertions, 0 deletions