qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [7108] target-alpha: lower parent irq when irq is lowered.


From: Aurelien Jarno
Subject: [Qemu-devel] [7108] target-alpha: lower parent irq when irq is lowered.
Date: Wed, 15 Apr 2009 14:42:31 +0000

Revision: 7108
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7108
Author:   aurel32
Date:     2009-04-15 14:42:30 +0000 (Wed, 15 Apr 2009)
Log Message:
-----------
target-alpha: lower parent irq when irq is lowered.

Signed-off-by: Tristan Gingold <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/hw/i8259.c

Modified: trunk/hw/i8259.c
===================================================================
--- trunk/hw/i8259.c    2009-04-15 14:42:00 UTC (rev 7107)
+++ trunk/hw/i8259.c    2009-04-15 14:42:30 UTC (rev 7108)
@@ -169,7 +169,7 @@
     }
 
 /* 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);
     }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]