Skip to content

Commit

Permalink
[MIPS] Do not use handle_level_irq for ioasic_dma_irq_type.
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Dec 6, 2006
1 parent 5b70a31 commit 25ba2f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/mips/dec/ioasic-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ void __init init_ioasic_irqs(int base)
set_irq_chip_and_handler(i, &ioasic_irq_type,
handle_level_irq);
for (; i < base + IO_IRQ_LINES; i++)
set_irq_chip_and_handler(i, &ioasic_dma_irq_type,
handle_level_irq);
set_irq_chip(i, &ioasic_dma_irq_type);

ioasic_irq_base = base;
}

0 comments on commit 25ba2f5

Please sign in to comment.