]> git.proxmox.com Git - qemu.git/commit
hw/arm/vexpress: 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)
commitfe9120a5d1117523282b44e8aa0027ab2b8a4408
treeaf95925b9ef4156dfb3ddce965e4588041020f37
parentbace999f8a03c226eecad3c170def644f0551c50
hw/arm/vexpress: 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-13-git-send-email-peter.maydell@linaro.org
hw/arm/vexpress.c