* [uml-devel] export ket_kmem_end()
@ 2003-12-12 16:38 Oleg Drokin
2003-12-18 21:18 ` Jeff Dike
0 siblings, 1 reply; 2+ messages in thread
From: Oleg Drokin @ 2003-12-12 16:38 UTC (permalink / raw)
To: jdike, user-mode-linux-devel
Hello!
The functions get_kmem_end() should be exported which patch below
does.
This function is called as part of calculation of various FIXADDR_*
constants (and hence everything that depends on those). If some
module tries to use one of such "constants", it is doomed.
Please apply.
--- uml-2.4/arch/um/kernel/ksyms.c.orig 2003-12-12 18:16:28.000000000 +0200
+++ uml-2.4/arch/um/kernel/ksyms.c 2003-12-12 18:16:39.000000000 +0200
@@ -33,6 +33,7 @@
EXPORT_SYMBOL(flush_tlb_range);
EXPORT_SYMBOL(host_task_size);
EXPORT_SYMBOL(arch_validate);
+EXPORT_SYMBOL(get_kmem_end);
EXPORT_SYMBOL(region_pa);
EXPORT_SYMBOL(region_va);
Bye,
Oleg
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
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] 2+ messages in thread
end of thread, other threads:[~2003-12-18 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-12 16:38 [uml-devel] export ket_kmem_end() Oleg Drokin
2003-12-18 21:18 ` Jeff Dike
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.