]> git.proxmox.com Git - qemu.git/commit
hw/arm/realview: Don't use arm_pic_init_cpu()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Aug 2013 13:54:30 +0000 (14:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Aug 2013 13:54:30 +0000 (14:54 +0100)
commit033ee5a5ac5dd01bcea76a6427d95f5390af43ca
tree4d0cd6f8397d52348a513952b0ca3a03a2f64204
parent437f0f10a42dc2a0236a79e0bba39a32af4d73f8
hw/arm/realview: 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-10-git-send-email-peter.maydell@linaro.org
hw/arm/realview.c