提交 67cbeb33 编写于 作者: R Ralf Baechle

[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 2ef2e1d9
......@@ -54,7 +54,7 @@ static inline unsigned int ffz8(unsigned int word)
return k;
}
asmlinkage void ev96100_cpu_irq(unsigned int pending)
asmlinkage void ev96100_cpu_irq(unsigned int pending, struct pt_regs *regs)
{
do_IRQ(ffz8(pending >> 8), regs);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册