All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [patch] Missing EXPORT_SYMBOL()s for UML
@ 2003-11-27 14:40 Gerd Knorr
  0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2003-11-27 14:40 UTC (permalink / raw)
  To: Jeff Dike, uml devel; +Cc: agruen

  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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-27 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-27 14:40 [uml-devel] [patch] Missing EXPORT_SYMBOL()s for UML Gerd Knorr

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.