Commit 29463b24a8f427b7ff779b30fe52f1f00ad9b98c

Authored by aurel32
1 parent f2c94b92

target-alpha: lower parent irq when irq is lowered.

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7108 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
hw/i8259.c
... ... @@ -169,7 +169,7 @@ void pic_update_irq(PicState2 *s)
169 169 }
170 170  
171 171 /* all targets should do this rather than acking the IRQ in the cpu */
172   -#if defined(TARGET_MIPS) || defined(TARGET_PPC)
  172 +#if defined(TARGET_MIPS) || defined(TARGET_PPC) || defined(TARGET_ALPHA)
173 173 else {
174 174 qemu_irq_lower(s->parent_irq);
175 175 }
... ...