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:
de4f742
)
[MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 8 Oct 2006 20:32:40 +0000
(21:32 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 8 Oct 2006 23:15:27 +0000
(
00:15
+0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/momentum/ocelot_c/irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/momentum/ocelot_c/irq.c
b/arch/mips/momentum/ocelot_c/irq.c
index 4be7b26e30ef89cb3d5ee924e0785bac97c81c9f..ea65223a6d2c013a7d03252c5857b1f31b11325c 100644
(file)
--- a/
arch/mips/momentum/ocelot_c/irq.c
+++ b/
arch/mips/momentum/ocelot_c/irq.c
@@
-79,7
+79,7
@@
asmlinkage void plat_irq_dispatch(void)
else if (pending & STATUSF_IP5)
ll_cpci_irq();
else if (pending & STATUSF_IP6)
- ll_mv64340_irq(
regs
);
+ ll_mv64340_irq();
else if (pending & STATUSF_IP7)
do_IRQ(7);
else