patch-2.4.0-test12 linux/arch/m68k/kernel/ints.c
Next file: linux/arch/m68k/kernel/m68k_defs.c
Previous file: linux/arch/m68k/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Nov 27 17:11:26 2000
- Orig file:
v2.4.0-test11/linux/arch/m68k/kernel/ints.c
- Orig date:
Fri Aug 4 16:15:37 2000
diff -u --recursive --new-file v2.4.0-test11/linux/arch/m68k/kernel/ints.c linux/arch/m68k/kernel/ints.c
@@ -71,6 +71,8 @@
unsigned long, const char *, void *) = dummy_request_irq;
void (*mach_free_irq) (unsigned int, void *) = dummy_free_irq;
+void init_irq_proc(void);
+
/*
* void init_IRQ(void)
*
@@ -257,3 +259,9 @@
len += mach_get_irq_list(buf+len);
return len;
}
+
+void init_irq_proc(void)
+{
+ /* Insert /proc/irq driver here */
+}
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)