Commit 67cbeb33 authored by Ralf Baechle's avatar Ralf Baechle

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment