> depmod: *** Unresolved symbols in /lib/modules/2.2.19pre5/fs/binfmt_elf.o
> depmod:       get_pte_slow
> depmod:       get_pmd_slow
> depmod:       pgt_quicklists

Thanks, fix is in cvs.

Anton

--- arch/sparc64/kernel/sparc64_ksyms.c.orig    Thu Jan  4 09:04:07 2001
+++ arch/sparc64/kernel/sparc64_ksyms.c Thu Jan  4 08:48:29 2001
@@ -210,6 +210,11 @@
 /* Should really be in linux/kernel/ksyms.c */
 EXPORT_SYMBOL(dump_thread);
 EXPORT_SYMBOL(dump_fpu);
+EXPORT_SYMBOL(get_pmd_slow);
+EXPORT_SYMBOL(get_pte_slow);
+#ifndef CONFIG_SMP
+EXPORT_SYMBOL(pgt_quicklists);
+#endif
 
 /* math-emu wants this */
 EXPORT_SYMBOL(die_if_kernel);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to