patch-2.1.50 linux/kernel/ksyms.c

Next file: linux/mm/slab.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.49/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -67,6 +67,7 @@
 #include <asm/irq.h>
 #ifdef __SMP__
 #include <linux/smp.h>
+#include <linux/smp_lock.h>
 #endif
 
 extern char *get_options(char *str, int *ints);
@@ -281,6 +282,7 @@
 /* Various random spinlocks we want to export */
 EXPORT_SYMBOL(tqueue_lock);
 EXPORT_SYMBOL(waitqueue_lock);
+EXPORT_SYMBOL(lk_lockmsg);
 #endif
 
 /* autoirq from  drivers/net/auto_irq.c */

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