MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 13 Oct 2013 20:55:58 +0000 (22:55 +0200)
committerRalf 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

index 8cf3833b2d293626189b0d1a8f130e6fe726ae37..a9133e9757a0de025f1e51af74b9b501ffc785c1 100644 (file)
@@ -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;