The following trivial patch exports the new vmalloc_to_page primitive to
the modules (following mingo's modifications to, at least, the v4l drivers).
Stelian.
===== kernel/ksyms.c 1.62 vs edited =====
--- 1.62/kernel/ksyms.c Mon Feb 18 18:09:54 2002
+++ edited/kernel/ksyms.c Wed Feb 20 12:08:42 2002
@@ -107,6 +107,7 @@
EXPORT_SYMBOL(kfree);
EXPORT_SYMBOL(vfree);
EXPORT_SYMBOL(__vmalloc);
+EXPORT_SYMBOL(vmalloc_to_page);
EXPORT_SYMBOL(mem_map);
EXPORT_SYMBOL(remap_page_range);
EXPORT_SYMBOL(max_mapnr);
-- Stelian Pop <stelian.pop@fr.alcove.com> Alcove - http://www.alcove.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Feb 23 2002 - 21:00:24 EST