]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commitdiff
Avoid PreP target kernel freeze waiting for IRQs.
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 20 Oct 2007 09:13:55 +0000 (09:13 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 20 Oct 2007 09:13:55 +0000 (09:13 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3414 c046a42c-6fe2-441c-8c8c-71466251a162

hw/i8259.c

index 7c94d8d84a265d838f269c2d8048df76327d5799..1e256d96b39a41bc17ee5b731b7f0cba6dbb786a 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);
     }