change the type of plat_irq_dispatch

SVN-Revision: 5864
This commit is contained in:
Felix Fietkau 2006-12-19 22:45:59 +00:00
parent 1a83387943
commit 96601237fb

View file

@ -1050,7 +1050,7 @@ diff -urN linux.old/arch/mips/rb500/irq.c linux.dev/arch/mips/rb500/irq.c
+} +}
+ +
+/* Main Interrupt dispatcher */ +/* Main Interrupt dispatcher */
+asmlinkage void plat_irq_dispatch(struct pt_regs *regs) +asmlinkage void plat_irq_dispatch(void)
+{ +{
+ unsigned int ip, pend, group; + unsigned int ip, pend, group;
+ volatile unsigned int *addr; + volatile unsigned int *addr;