projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef2e1d
)
[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 2 Apr 2006 21:17:09 +0000
(22:17 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:20 +0000
(
04:14
+0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/galileo-boards/ev96100/irq.c
patch
|
blob
|
history
diff --git
a/arch/mips/galileo-boards/ev96100/irq.c
b/arch/mips/galileo-boards/ev96100/irq.c
index
fa29c3b
..
383801d
100644
(file)
--- 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)
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);
}