Commit 5a9b7d36a0730fa8992ee4cc05825bd0e9b184b0
1 parent
a785e42e
Avoid PreP target kernel freeze waiting for IRQs.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3414 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/i8259.c
... | ... | @@ -164,7 +164,7 @@ void pic_update_irq(PicState2 *s) |
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 | } |
... | ... |