Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69733c9b authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by Ralf Baechle
Browse files

MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()



plat_irq_dispatch() is called from asm code, add asmlinkage.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6043/
parent 484e20ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;