From: Gerd Knorr <kraxel@bytesex.org>
To: Jeff Dike <jdike@addtoit.com>,
uml devel <user-mode-linux-devel@lists.sourceforge.net>
Cc: agruen@sonycom.com
Subject: [uml-devel] [patch] Missing EXPORT_SYMBOL()s for UML
Date: Thu, 27 Nov 2003 15:40:16 +0100 [thread overview]
Message-ID: <20031127144016.GA29444@bytesex.org> (raw)
Hi,
This adds some required needed symbols.
Gerd
----- Forwarded message from Andreas Gruenbacher <agruen@suse.de> -----
Hi,
here are two additional exports that are needed in kernel modules. Could
you please send the patch upstream? Thanks!
Index: linux-2.6.0-test10/arch/um/kernel/mem.c
===================================================================
--- linux-2.6.0-test10.orig/arch/um/kernel/mem.c 2003-11-26 16:25:21.000000000 +0100
+++ linux-2.6.0-test10/arch/um/kernel/mem.c 2003-11-27 14:28:53.000000000 +0100
@@ -119,6 +119,7 @@ unsigned long get_kmem_end(void)
kmem_top = CHOOSE_MODE(kmem_end_tt, kmem_end_skas);
return(kmem_top);
}
+EXPORT_SYMBOL(get_kmem_end);
#ifdef CONFIG_HIGHMEM
/* Changed during early boot */
@@ -714,6 +715,7 @@ struct page *pfn_to_page(unsigned long p
return(&mem_map[pfn - region->start_pfn]);
}
+EXPORT_SYMBOL(pfn_to_page);
unsigned long phys_to_pfn(unsigned long p)
{
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
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-11-27 14:55 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=20031127144016.GA29444@bytesex.org \
--to=kraxel@bytesex.org \
--cc=agruen@sonycom.com \
--cc=jdike@addtoit.com \
--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.