patch-2.0.21-2.1.0 linux/kernel/ksyms.c

Next file: linux/kernel/module.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file lx2.0/v2.0.21/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -19,6 +19,7 @@
 #include <linux/kernel_stat.h>
 #include <linux/mm.h>
 #include <linux/malloc.h>
+#include <linux/vmalloc.h>
 #include <linux/ptrace.h>
 #include <linux/sys.h>
 #include <linux/utsname.h>
@@ -129,10 +130,10 @@
 	X(kmalloc),
 	X(kfree),
 	X(vmalloc),
-	X(vremap),
 	X(vfree),
  	X(mem_map),
  	X(remap_page_range),
+	X(max_mapnr),
 	X(high_memory),
 	X(update_vm_cache),
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov