mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
Avoid PreP target kernel freeze waiting for IRQs.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3414 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a785e42e06
commit
5a9b7d36a0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ void pic_update_irq(PicState2 *s)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* all targets should do this rather than acking the IRQ in the cpu */
|
/* 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 {
|
else {
|
||||||
qemu_irq_lower(s->parent_irq);
|
qemu_irq_lower(s->parent_irq);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue