]> git.proxmox.com Git - qemu.git/commit
hw/arm_gic: Remove the special casing of NCPU for the NVIC
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 2 May 2012 16:49:39 +0000 (16:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Jun 2012 13:24:44 +0000 (13:24 +0000)
commitc48c6522f550b9b704f7324164b00b5770ec7345
treea5f501720f44e20f94ee985ce9c46b0154ed9445
parentacd684280f9e91e8199d0b2126d4b057676dafec
hw/arm_gic: Remove the special casing of NCPU for the NVIC

Drop the special casing of NCPU=1 for the NVIC. This slightly
increases the amount of memory used by its state structure,
but removes some ifdeffery and means we can safely move the
GIC state into a common subclass structure.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm_gic.c
hw/armv7m_nvic.c