I didn't find any possible modular usage in the kernel.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---

 mm/mmap.c  |    4 ----
 mm/nommu.c |    4 ----
 2 files changed, 8 deletions(-)

--- linux-2.6.11-mm1-full/mm/mmap.c.old 2005-03-04 15:52:50.000000000 +0100
+++ linux-2.6.11-mm1-full/mm/mmap.c     2005-03-04 15:54:57.000000000 +0100
@@ -147,10 +147,6 @@
        return -ENOMEM;
 }
 
-EXPORT_SYMBOL(sysctl_overcommit_memory);
-EXPORT_SYMBOL(sysctl_overcommit_ratio);
-EXPORT_SYMBOL(sysctl_max_map_count);
-EXPORT_SYMBOL(vm_committed_space);
 EXPORT_SYMBOL(__vm_enough_memory);
 
 /*
--- linux-2.6.11-mm1-full/mm/nommu.c.old        2005-03-04 15:53:11.000000000 
+0100
+++ linux-2.6.11-mm1-full/mm/nommu.c    2005-03-04 15:56:16.000000000 +0100
@@ -44,10 +44,6 @@
 int heap_stack_gap = 0;
 
 EXPORT_SYMBOL(mem_map);
-EXPORT_SYMBOL(sysctl_max_map_count);
-EXPORT_SYMBOL(sysctl_overcommit_memory);
-EXPORT_SYMBOL(sysctl_overcommit_ratio);
-EXPORT_SYMBOL(vm_committed_space);
 EXPORT_SYMBOL(__vm_enough_memory);
 
 /* list of shareable VMAs */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to