[PATCH] unresolved symbol __vmalloc in 2.3.99/pre9-4.

From: Niels Kristian Bech Jensen (nkbj@image.dk)
Date: Tue May 23 2000 - 05:03:38 EST


2.3.99/pre9-4 gives me the message `unresolved symbol __vmalloc' from
floppy.o and soundcore.o. This one-liner fixes that problem:

diff -u --recursive --new-file linux-2.3.99-pre9-4/kernel/ksyms.c linux/kernel/ksyms.c
--- linux-2.3.99-pre9-4/kernel/ksyms.c Tue May 23 09:55:20 2000
+++ linux/kernel/ksyms.c Tue May 23 11:49:06 2000
@@ -118,6 +118,7 @@
 EXPORT_SYMBOL(kfree_s);
 EXPORT_SYMBOL(vmalloc);
 EXPORT_SYMBOL(vfree);
+EXPORT_SYMBOL(__vmalloc);
 EXPORT_SYMBOL(mem_map);
 EXPORT_SYMBOL(remap_page_range);
 EXPORT_SYMBOL(max_mapnr);

-- 
Niels Kristian Bech Jensen -- nkbj@image.dk -- http://www.image.dk/~nkbj/

----------->> Stop software piracy --- use free software! <<-----------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue May 23 2000 - 21:00:23 EST