浏览代码

MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()

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/
Hauke Mehrtens 11 年之前
父节点
当前提交
69733c9b0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/bcm47xx/irq.c

+ 1 - 1
arch/mips/bcm47xx/irq.c

@@ -28,7 +28,7 @@
 #include <asm/irq_cpu.h>
 #include <asm/irq_cpu.h>
 #include <bcm47xx.h>
 #include <bcm47xx.h>
 
 
-void plat_irq_dispatch(void)
+asmlinkage void plat_irq_dispatch(void)
 {
 {
 	u32 cause;
 	u32 cause;