patch-2.0.35 linux/kernel/ksyms.c

Next file: linux/kernel/sched.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.34/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -203,6 +203,9 @@
 	X(blkdev_release),
 	X(gendisk_head),
 	X(resetup_one_dev),
+	X(unplug_device),
+	X(make_request),
+	X(tq_disk),
 
 #ifdef CONFIG_SERIAL	
 	/* Module creation of serial units */
@@ -236,6 +239,11 @@
 	/* sysctl table registration */
 	X(register_sysctl_table),
 	X(unregister_sysctl_table),
+	X(sysctl_string),
+	X(sysctl_intvec),
+	X(proc_dostring),
+	X(proc_dointvec),
+	X(proc_dointvec_minmax),
 
 	/* interrupt handling */
 	X(request_irq),

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov