Messages in this thread Patch in this message |  | | From | Anton Blanchard <> | Date | Thu, 4 Jan 2001 09:07:41 +1100 | Subject | Re: 2.2.19pre5 on sparc64: Missing symbols |
| |
> 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/
|  |