Messages in this thread Patch in this message |  | | Date | Sun, 04 Nov 2001 00:03:25 -0800 | From | J Sloan <> | Subject | Re: Unresolved symbols in 2.4.14-pre7 |
| |
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/
|  |