]> git.proxmox.com Git - qemu.git/commit
hw/arm/kzm: Don't use arm_pic_init_cpu()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Aug 2013 13:54:29 +0000 (14:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Aug 2013 13:54:29 +0000 (14:54 +0100)
commit2f69ba1736e9460aa04c46790c1d34edfbee563a
tree19862d536e9eb0642fb5b7f73bff9824bdafe43f
parent99d228d6e9b08488d62029c438f8381b8c72d109
hw/arm/kzm: Don't use arm_pic_init_cpu()

Drop the now-deprecated arm_pic_init_cpu() in favour of directly
getting the IRQ line from the ARMCPU object.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1375977856-25046-7-git-send-email-peter.maydell@linaro.org
hw/arm/kzm.c