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