Skip to content
Snippets Groups Projects
Commit 5a9b7d36 authored by Jocelyn Mayer's avatar Jocelyn Mayer
Browse files

Avoid PreP target kernel freeze waiting for IRQs.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3414 c046a42c-6fe2-441c-8c8c-71466251a162
parent a785e42e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment