Re: 2.2.19pre5 on sparc64: Missing symbols

From: Anton Blanchard (anton@linuxcare.com.au)
Date: Wed Jan 03 2001 - 17:07:41 EST


 
> 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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jan 07 2001 - 21:00:16 EST