patch-2.0.36 linux/kernel/ksyms.c

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

diff -u --recursive --new-file v2.0.35/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -78,6 +78,9 @@
 
 extern void hard_reset_now(void);
 
+extern void select_free_wait(select_table * p);
+extern int select_check(int flag, select_table * wait, struct file * file);
+
 struct symbol_table symbol_table = {
 #include <linux/symtab_begin.h>
 #ifdef MODVERSIONS
@@ -160,6 +163,10 @@
 	X(getblk),
 	X(bread),
 	X(breada),
+
+	X(select_check),
+	X(select_free_wait),
+
 	X(__brelse),
 	X(__bforget),
 	X(ll_rw_block),
@@ -298,6 +305,7 @@
 	X(kill_proc),
 	X(kill_pg),
 	X(kill_sl),
+	X(force_sig),
 
 	/* misc */
 	X(panic),
@@ -310,6 +318,7 @@
 	X(sys_call_table),
 	X(hard_reset_now),
 	X(_ctype),
+	X(_ctmp),
 	X(get_random_bytes),
 
 	/* Signal interfaces */
@@ -368,6 +377,13 @@
 	X(get_write_access),
 	X(put_write_access),
 
+#ifdef CONFIG_PROC_FS
+	X(proc_dir_inode_operations),
+#endif
+
+	/* Modular sound */
+	X(sys_open),
+	X(sys_read),
 	/********************************************************
 	 * Do not add anything below this line,
 	 * as the stacked modules depend on this!

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