patch-2.2.17 linux/kernel/ksyms.c
Next file: linux/mm/filemap.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Mon Sep 4 18:39:28 2000
- Orig file:
v2.2.16/kernel/ksyms.c
- Orig date:
Mon Sep 4 18:37:10 2000
diff -u --recursive --new-file v2.2.16/kernel/ksyms.c linux/kernel/ksyms.c
@@ -75,6 +75,7 @@
#ifdef CONFIG_KMOD
EXPORT_SYMBOL(request_module);
+EXPORT_SYMBOL(exec_usermodehelper);
#endif
#ifdef CONFIG_MODULES
@@ -339,6 +340,7 @@
EXPORT_SYMBOL(do_gettimeofday);
EXPORT_SYMBOL(loops_per_sec);
EXPORT_SYMBOL(kstat);
+EXPORT_SYMBOL(pidhash);
/* misc */
EXPORT_SYMBOL(panic);
@@ -423,4 +425,11 @@
/* init task, for moving kthread roots - ought to export a function ?? */
EXPORT_SYMBOL(init_task_union);
+
+/* Support for external backtracer */
+extern char _stext[], _etext[];
+EXPORT_SYMBOL(_stext);
+EXPORT_SYMBOL(_etext);
+EXPORT_SYMBOL(module_list);
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)