patch-2.2.15 linux/arch/ppc/kernel/irq.c
Next file: linux/arch/ppc/kernel/misc.S
Previous file: linux/arch/ppc/kernel/head.S
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Apr 21 12:45:47 2000
- Orig file:
v2.2.14/arch/ppc/kernel/irq.c
- Orig date:
Tue Jan 4 21:18:40 2000
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/ppc/kernel/irq.c linux/arch/ppc/kernel/irq.c
@@ -296,16 +296,17 @@
return 0;
}
-void __init init_IRQ(void)
+unsigned long __init init_IRQ(unsigned long memory)
{
static int once = 0;
if ( once )
- return;
+ return memory;
else
once++;
ppc_md.init_IRQ();
+ return memory;
}
#ifdef __SMP__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)