projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b70a31
)
[MIPS] Do not use handle_level_irq for ioasic_dma_irq_type.
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Fri, 1 Dec 2006 15:08:03 +0000
(
00:08
+0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 6 Dec 2006 20:16:08 +0000
(20:16 +0000)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/dec/ioasic-irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/dec/ioasic-irq.c
b/arch/mips/dec/ioasic-irq.c
index 269b22b34313212191a70fba6154477f79318cb8..e21476d955c2eda1b7ba11181117ba032f3ea7c3 100644
(file)
--- 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)
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;
}