projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484e20a
)
MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 13 Oct 2013 20:55:58 +0000
(22:55 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 22 Jan 2014 19:18:55 +0000
(20:18 +0100)
plat_irq_dispatch() is called from asm code, add asmlinkage.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6043/
arch/mips/bcm47xx/irq.c
patch
|
blob
|
history
diff --git
a/arch/mips/bcm47xx/irq.c
b/arch/mips/bcm47xx/irq.c
index 8cf3833b2d293626189b0d1a8f130e6fe726ae37..a9133e9757a0de025f1e51af74b9b501ffc785c1 100644
(file)
--- a/
arch/mips/bcm47xx/irq.c
+++ b/
arch/mips/bcm47xx/irq.c
@@
-28,7
+28,7
@@
#include <asm/irq_cpu.h>
#include <bcm47xx.h>
-void plat_irq_dispatch(void)
+
asmlinkage
void plat_irq_dispatch(void)
{
u32 cause;