linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* export map_vm_area()/get_vm_area()
@ 2003-04-09 21:06 David Mosberger
  0 siblings, 0 replies; only message in thread
From: David Mosberger @ 2003-04-09 21:06 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

[Oops, bad cc---fingers suffering from long-term-memory effects...]

Unless there are good reasons not to export
map_vm_area()/get_vm_area(), please accept the attached patch.  We
need the routines for AGP/DRM support on ia64.

	--david

diff -Nru a/kernel/ksyms.c b/kernel/ksyms.c
--- a/kernel/ksyms.c	Wed Apr  9 13:28:52 2003
+++ b/kernel/ksyms.c	Wed Apr  9 13:28:52 2003
@@ -109,6 +109,8 @@
 EXPORT_SYMBOL(vunmap);
 EXPORT_SYMBOL(vmalloc_to_page);
 EXPORT_SYMBOL(remap_page_range);
+EXPORT_SYMBOL(map_vm_area);
+EXPORT_SYMBOL(get_vm_area);
 #ifndef CONFIG_DISCONTIGMEM
 EXPORT_SYMBOL(contig_page_data);
 EXPORT_SYMBOL(mem_map);

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

only message in thread, other threads:[~2003-04-09 20:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09 21:06 export map_vm_area()/get_vm_area() David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).