Skip to content

Commit

Permalink
[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
ralfbaechle committed Apr 19, 2006
1 parent 2ef2e1d commit 67cbeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/galileo-boards/ev96100/irq.c
Expand Up @@ -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);
}
Expand Down

0 comments on commit 67cbeb3

Please sign in to comment.