Revision 5a9b7d36 hw/i8259.c

b/hw/i8259.c
164 164
    }
165 165

  
166 166
/* all targets should do this rather than acking the IRQ in the cpu */
167
#if defined(TARGET_MIPS)
167
#if defined(TARGET_MIPS) || defined(TARGET_PPC)
168 168
    else {
169 169
        qemu_irq_lower(s->parent_irq);
170 170
    }

Also available in: Unified diff