hw/arm/xilinx_zynq: 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)
commite4a6540dedc6ec109a9ece3f8d83a143b7bde4e6
tree803ff8580ec5651d0da0e7399c801059b2945079
parentfe9120a5d1117523282b44e8aa0027ab2b8a4408
hw/arm/xilinx_zynq: 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-14-git-send-email-peter.maydell@linaro.org
hw/arm/xilinx_zynq.c