| Subject: | [Qemu-devel] [PATCH 22/25] Alpha: lower parent irq when irq is lowered. |
|---|---|
| From: | Tristan Gingold |
| Date: | Tue, 24 Mar 2009 16:48:04 +0100 |
Signed-off-by: Tristan Gingold <gingold@xxxxxxxxxxx>
---
hw/i8259.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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);
}
--
1.6.2
|
| Previous by Date: | [Qemu-devel] [PATCH] fix warning in vl.c, Christoph Hellwig |
|---|---|
| Next by Date: | [Qemu-devel] [PATCH 0/25]: add alpha es40 system emulation (v3), Tristan Gingold |
| Previous by Thread: | [Qemu-devel] [PATCH 21/25] Add alpha_cpu_list., Tristan Gingold |
| Next by Thread: | [Qemu-devel] [PATCH 23/25] Move linux-user pal emulation to linux-user/, Tristan Gingold |
| Indexes: | [Date] [Thread] [Top] [All Lists] |