Re: Unresolved symbols in 2.4.14-pre7

From: J Sloan (jjs@pobox.com)
Date: Sun Nov 04 2001 - 03:03:25 EST


Hartmann wrote:

> with my standard configuration, I get some unresolved symbols with
> 2.4.14-pre7:

It appears to be fixed in -pre8....

but here's a patch that fixes it in -pre7:

diff -urN linux/kernel/ksyms.c linux-patched/kernel/ksyms.c
--- linux/kernel/ksyms.c Fri Nov 2 11:02:45 2001
+++ linux-patched/kernel/ksyms.c Fri Nov 2 10:09:48 2001
@@ -83,6 +83,7 @@
 EXPORT_SYMBOL(do_mmap_pgoff);
 EXPORT_SYMBOL(do_munmap);
 EXPORT_SYMBOL(do_brk);
+EXPORT_SYMBOL(unlock_page);
 EXPORT_SYMBOL(exit_mm);
 EXPORT_SYMBOL(exit_files);
 EXPORT_SYMBOL(exit_fs);

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



This archive was generated by hypermail 2b29 : Wed Nov 07 2001 - 21:00:22 EST