patch-2.4.0-test6 linux/kernel/ksyms.c
Next file: linux/kernel/ptrace.c
Previous file: linux/kernel/kmod.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Aug 4 16:15:37 2000
- Orig file:
v2.4.0-test5/linux/kernel/ksyms.c
- Orig date:
Thu Jul 27 17:38:02 2000
diff -u --recursive --new-file v2.4.0-test5/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -353,6 +353,9 @@
EXPORT_SYMBOL(del_timer);
EXPORT_SYMBOL(request_irq);
EXPORT_SYMBOL(free_irq);
+#if !defined(CONFIG_ARCH_S390)
+EXPORT_SYMBOL(irq_stat); /* No separate irq_stat for s390, it is part of PSA */
+#endif
/* waitqueue handling */
EXPORT_SYMBOL(add_wait_queue);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)