]> git.proxmox.com Git - qemu.git/commit - hw/arm_gic.c
hw/arm_gic: Move CPU interface memory region setup into arm_gic_init
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 2 May 2012 16:49:41 +0000 (16:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Jun 2012 13:24:44 +0000 (13:24 +0000)
commit2b518c56a6cb7e58477942896bf626f14a112a90
treef026339b7027275c9a744c95afa92139eee02a5e
parent84e4fccb7f63ee2b9ac82c299d29b2a723479e3d
hw/arm_gic: Move CPU interface memory region setup into arm_gic_init

Remove more NVIC ifdefs by moving the code to setup the CPU interface
memory regions into the GIC specific arm_gic_init() function rather
than the gic_init() function. Rename the latter to more closely
reflect what it's now actually doing.

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