patch-2.2.15 linux/arch/alpha/kernel/irq.c

Next file: linux/arch/alpha/kernel/osf_sys.c
Previous file: linux/arch/alpha/kernel/entry.S
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/alpha/kernel/irq.c linux/arch/alpha/kernel/irq.c
@@ -893,11 +893,11 @@
 	printk("PC = %016lx PS=%04lx\n", regs.pc, regs.ps);
 }
 
-void __init
-init_IRQ(void)
+unsigned long __init init_IRQ(unsigned long memory)
 {
 	wrent(entInt, 0);
 	alpha_mv.init_irq();
+	return memory;
 }
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)