Skip to content
Snippets Groups Projects
Commit 67cbeb33 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent 2ef2e1d9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment