From: Livio Baldini Soares <livio@ime.usp.br>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] [PATCH] Undefined __virt_to_page and to_virt symbols
Date: Wed, 3 Sep 2003 20:42:12 -0300 [thread overview]
Message-ID: <20030903234212.GA19087@ime.usp.br> (raw)
Hey Jeff, and list,
Today I've upgraded my UML patch to 2.4.22-1, and when I tried to load
(as a module) a FS I'm developing, it complained with lack of symbols.
Attached trivial patch fixes it for me. Unfortunately, cvs.sf.net is down
so I can't quite trace when these started not working, and why.
best regards,
--
Livio B. Soares
--- arch/um/kernel/ksyms.c~ Wed Sep 3 16:57:53 2003
+++ arch/um/kernel/ksyms.c Wed Sep 3 20:03:54 2003
@@ -37,6 +37,8 @@ EXPORT_SYMBOL(arch_validate);
EXPORT_SYMBOL(high_physmem);
EXPORT_SYMBOL(empty_zero_page);
EXPORT_SYMBOL(um_virt_to_phys);
+EXPORT_SYMBOL(__virt_to_page);
+EXPORT_SYMBOL(to_virt);
EXPORT_SYMBOL(mode_tt);
EXPORT_SYMBOL(handle_page_fault);
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
reply other threads:[~2003-09-03 23:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030903234212.GA19087@ime.usp.br \
--to=livio@ime.usp.br \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.