patch-2.2.15 linux/arch/sparc/kernel/irq.c
Next file: linux/arch/sparc/kernel/pcic.c
Previous file: linux/arch/sparc/kernel/head.S
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Apr 21 12:45:48 2000
- Orig file:
v2.2.14/arch/sparc/kernel/irq.c
- Orig date:
Sat Aug 14 02:25:55 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/sparc/kernel/irq.c linux/arch/sparc/kernel/irq.c
@@ -1,4 +1,4 @@
-/* $Id: irq.c,v 1.93 1999/04/21 06:15:45 anton Exp $
+/* $Id: irq.c,v 1.93.2.1 2000/02/17 18:05:29 davem Exp $
* arch/sparc/kernel/irq.c: Interrupt request handling routines. On the
* Sparc the IRQ's are basically 'cast in stone'
* and you are supposed to probe the prom's device
@@ -713,7 +713,7 @@
*
*/
-__initfunc(void init_IRQ(void))
+unsigned long __init init_IRQ(unsigned long memory)
{
extern void sun4c_init_IRQ( void );
extern void sun4m_init_IRQ( void );
@@ -751,4 +751,5 @@
break;
}
btfixup();
+ return memory;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)