patch-1.3.57 linux/kernel/ksyms.c
Next file: linux/kernel/module.c
Previous file: linux/kernel/info.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Wed Jan 10 09:27:39 1996
- Orig file:
v1.3.56/linux/kernel/ksyms.c
- Orig date:
Sat Jan 6 19:10:42 1996
diff -u --recursive --new-file v1.3.56/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -40,6 +40,7 @@
#include <linux/random.h>
#include <linux/mount.h>
#include <linux/pagemap.h>
+#include <linux/sysctl.h>
extern unsigned char aux_device_present, kbd_read_mask;
@@ -102,7 +103,9 @@
#if defined(CONFIG_PROC_FS)
#include <linux/proc_fs.h>
#endif
-
+#ifdef CONFIG_KERNELD
+#include <linux/kerneld.h>
+#endif
#include <asm/irq.h>
#ifdef __SMP__
#include <linux/smp.h>
@@ -178,6 +181,9 @@
/* stackable module support */
X(rename_module_symbol),
X(register_symtab),
+#ifdef CONFIG_KERNELD
+ X(kerneld_send),
+#endif
X(get_options),
/* system info variables */
@@ -306,6 +312,10 @@
X(lookup_exec_domain),
X(register_exec_domain),
X(unregister_exec_domain),
+
+ /* sysctl table registration */
+ X(register_sysctl_table),
+ X(unregister_sysctl_table),
/* interrupt handling */
X(request_irq),
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this