[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -54,7 +54,7 @@ static inline unsigned int ffz8(unsigned int word)
|
|||||||
return k;
|
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);
|
do_IRQ(ffz8(pending >> 8), regs);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user