diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2006-04-02 17:17:09 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-18 22:14:20 -0400 |
| commit | 67cbeb334ec2f1303dd11930b0eb0379e8e39559 (patch) | |
| tree | 25c795d27271a0fe253c6bdb02cf369d827d1cba | |
| parent | 2ef2e1d9731bd8b3d8565e31bacd52a7c13a0aed (diff) | |
[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -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 fa29c3b0323f..383801dd1b95 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 pending) | 57 | asmlinkage void ev96100_cpu_irq(unsigned int pending, struct pt_regs *regs) |
| 58 | { | 58 | { |
| 59 | do_IRQ(ffz8(pending >> 8), regs); | 59 | do_IRQ(ffz8(pending >> 8), regs); |
| 60 | } | 60 | } |
