commit | c48c6522f550b9b704f7324164b00b5770ec7345 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed May 02 16:49:39 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 19 13:24:44 2012 +0000 |
tree | a5f501720f44e20f94ee985ce9c46b0154ed9445 | |
parent | acd684280f9e91e8199d0b2126d4b057676dafec [diff] |
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>