]> git.proxmox.com Git - qemu.git/commit
hw/arm/musicpal: 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)
commitfcef61ec6bfaf96eeee0fb3024dd7ec8437ffa65
tree03404c165bd1b70e9e48b5b7e2f4119d7a117f84
parent2f69ba1736e9460aa04c46790c1d34edfbee563a
hw/arm/musicpal: 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-8-git-send-email-peter.maydell@linaro.org
hw/arm/musicpal.c