diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-12-01 10:08:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-12-06 15:16:08 -0500 |
commit | 25ba2f506c69bd54a7342210422176baf10018c5 (patch) | |
tree | e3fed20b42b7ff51767d1c6b79567144162df170 /arch | |
parent | 5b70a31708c958cb259e9c6cbecf7190521c856e (diff) |
[MIPS] Do not use handle_level_irq for ioasic_dma_irq_type.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/dec/ioasic-irq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/dec/ioasic-irq.c b/arch/mips/dec/ioasic-irq.c index 269b22b34313..e21476d955c2 100644 --- a/arch/mips/dec/ioasic-irq.c +++ b/arch/mips/dec/ioasic-irq.c | |||
@@ -106,8 +106,7 @@ void __init init_ioasic_irqs(int base) | |||
106 | set_irq_chip_and_handler(i, &ioasic_irq_type, | 106 | set_irq_chip_and_handler(i, &ioasic_irq_type, |
107 | handle_level_irq); | 107 | handle_level_irq); |
108 | for (; i < base + IO_IRQ_LINES; i++) | 108 | for (; i < base + IO_IRQ_LINES; i++) |
109 | set_irq_chip_and_handler(i, &ioasic_dma_irq_type, | 109 | set_irq_chip(i, &ioasic_dma_irq_type); |
110 | handle_level_irq); | ||
111 | 110 | ||
112 | ioasic_irq_base = base; | 111 | ioasic_irq_base = base; |
113 | } | 112 | } |