All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] Undefined __virt_to_page and to_virt symbols
@ 2003-09-03 23:42 Livio Baldini Soares
  0 siblings, 0 replies; only message in thread
From: Livio Baldini Soares @ 2003-09-03 23:42 UTC (permalink / raw)
  To: user-mode-linux-devel

  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

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

only message in thread, other threads:[~2003-09-03 23:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-03 23:42 [uml-devel] [PATCH] Undefined __virt_to_page and to_virt symbols Livio Baldini Soares

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.