patch-2.3.48 linux/arch/sparc/kernel/irq.c
Next file: linux/arch/sparc/kernel/setup.c
Previous file: linux/arch/sparc/kernel/ioport.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sat Feb 26 20:46:44 2000
- Orig file:
v2.3.47/linux/arch/sparc/kernel/irq.c
- Orig date:
Thu Feb 10 17:11:05 2000
diff -u --recursive --new-file v2.3.47/linux/arch/sparc/kernel/irq.c linux/arch/sparc/kernel/irq.c
@@ -1,4 +1,4 @@
-/* $Id: irq.c,v 1.101 2000/02/09 11:15:03 davem Exp $
+/* $Id: irq.c,v 1.102 2000/02/25 05:44:35 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
@@ -712,4 +712,9 @@
break;
}
btfixup();
+}
+
+void init_irq_proc(void)
+{
+ /* For now, nothing... */
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)