Avoid PreP target kernel freeze waiting for IRQs.
[qemu] / hw / i8259.c
index 7c94d8d..1e256d9 100644 (file)
@@ -164,7 +164,7 @@ void pic_update_irq(PicState2 *s)
     }
 
 /* all targets should do this rather than acking the IRQ in the cpu */
-#if defined(TARGET_MIPS)
+#if defined(TARGET_MIPS) || defined(TARGET_PPC)
     else {
         qemu_irq_lower(s->parent_irq);
     }