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:
833abf7
)
sh: Default enable R7780RP IRQs.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 12 Oct 2006 02:56:31 +0000
(11:56 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 12 Oct 2006 02:56:31 +0000
(11:56 +0900)
Now that we've started accounting for spurious IRQs, change the
logic somewhat so that we have a better chance of catching them.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/renesas/r7780rp/irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/boards/renesas/r7780rp/irq.c
b/arch/sh/boards/renesas/r7780rp/irq.c
index 5519d3da6bc5a1346a49f89faf6ac8566365cf08..b544772cbc72c61ae31aa12c643d586f90d0a2ae 100644
(file)
--- a/
arch/sh/boards/renesas/r7780rp/irq.c
+++ b/
arch/sh/boards/renesas/r7780rp/irq.c
@@
-49,6
+49,6
@@
void __init init_r7780rp_IRQ(void)
disable_irq_nosync(i);
set_irq_chip_and_handler(i, &r7780rp_irq_chip,
handle_level_irq);
-
dis
able_r7780rp_irq(i);
+
en
able_r7780rp_irq(i);
}
}