From: aurel32 Date: Wed, 15 Apr 2009 14:42:30 +0000 (+0000) Subject: target-alpha: lower parent irq when irq is lowered. X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~12234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29463b24a8f427b7ff779b30fe52f1f00ad9b98c;p=sdk%2Femulator%2Fqemu.git target-alpha: lower parent irq when irq is lowered. Signed-off-by: Tristan Gingold Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7108 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/i8259.c b/hw/i8259.c index f813525..adabd2b 100644 --- a/hw/i8259.c +++ b/hw/i8259.c @@ -169,7 +169,7 @@ void pic_update_irq(PicState2 *s) } /* all targets should do this rather than acking the IRQ in the cpu */ -#if defined(TARGET_MIPS) || defined(TARGET_PPC) +#if defined(TARGET_MIPS) || defined(TARGET_PPC) || defined(TARGET_ALPHA) else { qemu_irq_lower(s->parent_irq); }