diff options
Diffstat (limited to 'arch/mips/galileo-boards/ev96100/irq.c')
-rw-r--r-- | arch/mips/galileo-boards/ev96100/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/galileo-boards/ev96100/irq.c b/arch/mips/galileo-boards/ev96100/irq.c index 97bf094da4fe..fa29c3b0323f 100644 --- a/arch/mips/galileo-boards/ev96100/irq.c +++ b/arch/mips/galileo-boards/ev96100/irq.c | |||
@@ -54,7 +54,7 @@ static inline unsigned int ffz8(unsigned int word) | |||
54 | return k; | 54 | return k; |
55 | } | 55 | } |
56 | 56 | ||
57 | asmlinkage void ev96100_cpu_irq(unsigned int pendin) | 57 | asmlinkage void ev96100_cpu_irq(unsigned int pending) |
58 | { | 58 | { |
59 | do_IRQ(ffz8(pending >> 8), regs); | 59 | do_IRQ(ffz8(pending >> 8), regs); |
60 | } | 60 | } |