summary refs log tree commit diff stats
path: root/hw/omap2.c
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-14 04:21:52 +0200
committerAndreas Färber <afaerber@suse.de>2012-06-11 00:23:04 +0200
commit4bd7466166b8c1b612c7f01a124b24ab2a0ace14 (patch)
tree75891417cf185f4ea58b7d60d3e5ebccb33c9e86 /hw/omap2.c
parent3aaa8dfae955d7bec462cc4e2fce185ef6d41b5a (diff)
downloadfocaccia-qemu-4bd7466166b8c1b612c7f01a124b24ab2a0ace14.tar.gz
focaccia-qemu-4bd7466166b8c1b612c7f01a124b24ab2a0ace14.zip
arm_pic: Pass ARMCPU to arm_pic_init_cpu()
Pass it through to arm_pic_cpu_handler().

Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Igor Mitsyanko <i.mitsyanko@samsung.com> (for exynos)
Diffstat (limited to 'hw/omap2.c')
-rw-r--r--hw/omap2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap2.c b/hw/omap2.c
index 196c4b6cc8..4278dd19c4 100644
--- a/hw/omap2.c
+++ b/hw/omap2.c
@@ -2277,7 +2277,7 @@ struct omap_mpu_state_s *omap2420_mpu_init(MemoryRegion *sysmem,
     s->l4 = omap_l4_init(sysmem, OMAP2_L4_BASE, 54);
 
     /* Actually mapped at any 2K boundary in the ARM11 private-peripheral if */
-    cpu_irq = arm_pic_init_cpu(&s->cpu->env);
+    cpu_irq = arm_pic_init_cpu(s->cpu);
     s->ih[0] = qdev_create(NULL, "omap2-intc");
     qdev_prop_set_uint8(s->ih[0], "revision", 0x21);
     qdev_prop_set_ptr(s->ih[0], "fclk", omap_findclk(s, "mpu_intc_fclk"));