From: Anton Blanchard <anton@linuxcare.com.au>
To: Horst von Brand <vonbrand@inf.utfsm.cl>
Cc: linux-kernel@vger.kernel.org, David Miller <davem@redhat.com>
Subject: Re: 2.2.19pre5 on sparc64: Missing symbols
Date: Thu, 4 Jan 2001 09:07:41 +1100 [thread overview]
Message-ID: <20010104090741.A21322@linuxcare.com> (raw)
In-Reply-To: <200101031650.f03Go4D29320@pincoya.inf.utfsm.cl>
In-Reply-To: <200101031650.f03Go4D29320@pincoya.inf.utfsm.cl>; from vonbrand@inf.utfsm.cl on Wed, Jan 03, 2001 at 01:50:04PM -0300
> 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/
prev parent reply other threads:[~2001-01-03 22:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-03 16:50 2.2.19pre5 on sparc64: Missing symbols Horst von Brand
2001-01-03 22:07 ` Anton Blanchard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010104090741.A21322@linuxcare.com \
--to=anton@linuxcare.com.au \
--cc=davem@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=vonbrand@inf.utfsm.cl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox