]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commit
hw/arm_gic: Move NVIC specific reset to armv7m_nvic_reset
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)
commitb3387ede2f2b8a6ba3d5e922492f85a34db6f191
tree3f0ed4a5f92370deebd16c45fd1346f6711beadf
parentc48c6522f550b9b704f7324164b00b5770ec7345
hw/arm_gic: Move NVIC specific reset to armv7m_nvic_reset

Move the NVIC specific bits of reset to the NVIC's own
reset function, rather than using ifdefs in the common
arm_gic reset.

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