]> git.proxmox.com Git - qemu.git/commit
hw/arm/strongarm: 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)
commit4f071cf9b53a236469500f08033335cc726db9b0
treecfc31434bd8c64bd26bfaec5c672b234f9de15dd
parent033ee5a5ac5dd01bcea76a6427d95f5390af43ca
hw/arm/strongarm: 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-11-git-send-email-peter.maydell@linaro.org
hw/arm/strongarm.c