public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.2.19pre5 on sparc64: Missing symbols
@ 2001-01-03 16:50 Horst von Brand
  2001-01-03 22:07 ` Anton Blanchard
  0 siblings, 1 reply; 2+ messages in thread
From: Horst von Brand @ 2001-01-03 16:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: David Miller

SS U1, RH 6.2 + updates

depmod: *** Unresolved symbols in /lib/modules/2.2.19pre5/fs/binfmt_elf.o
depmod: 	get_pte_slow
depmod: 	get_pmd_slow
depmod: 	pgt_quicklists
-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513
-
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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.2.19pre5 on sparc64: Missing symbols
  2001-01-03 16:50 2.2.19pre5 on sparc64: Missing symbols Horst von Brand
@ 2001-01-03 22:07 ` Anton Blanchard
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Blanchard @ 2001-01-03 22:07 UTC (permalink / raw)
  To: Horst von Brand; +Cc: linux-kernel, David Miller

 
> 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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-01-03 22:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-03 16:50 2.2.19pre5 on sparc64: Missing symbols Horst von Brand
2001-01-03 22:07 ` Anton Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox