]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/fsl-imx6ul: Add local 'mpcore/gic' variables
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 7 Feb 2025 16:09:19 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2025 16:09:19 +0000 (16:09 +0000)
commit4033d1d56e3689a4733b41b3f9297900ac6e2053
tree17521bbc644f69ae853874649c314bcba06c34ac
parenteead29c0e7f1d7b320247dc89891c9137eafe85c
hw/arm/fsl-imx6ul: Add local 'mpcore/gic' variables

The A7MPCore forward the IRQs from its internal GIC.
To make the code clearer, add the 'mpcore' and 'gic'
variables. Rename 'd' variable as 'cpu'.

Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250130112615.3219-4-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/fsl-imx6ul.c