hw/arm_gic: Move NCPU definition to arm_gic.c
commit386e29554e8f1a7e910682789418aed2094b4ef6
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Apr 2012 11:39:07 +0000 (13 11:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Apr 2012 11:39:07 +0000 (13 11:39 +0000)
tree4333899673bb7c4fd356729f265416984e667825
parent5181b50fc89d321cf79ed2f2fff5bec0b55e3011
hw/arm_gic: Move NCPU definition to arm_gic.c

Move the NCPU definition to arm_gic.c: the maximum number
of CPU interfaces is defined by the GIC architecture specification
to be 8, so we don't need to have this #define in each of the
sources files which currently includes arm_gic.c.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Evgeny Voevodin <e.voevodin@samsung.com>
hw/a15mpcore.c
hw/a9mpcore.c
hw/arm11mpcore.c
hw/arm_gic.c
hw/armv7m_nvic.c
hw/exynos4210_gic.c
hw/realview_gic.c