patch-2.1.118 linux/mm/mmap.c

Next file: linux/mm/page_alloc.c
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.117/linux/mm/mmap.c linux/mm/mmap.c
@@ -688,7 +688,7 @@
 	mm->mmap_cache = NULL;		/* Kill the cache. */
 }
 
-__initfunc(void vma_init(void))
+void __init vma_init(void)
 {
 	vm_area_cachep = kmem_cache_create("vm_area_struct",
 					   sizeof(struct vm_area_struct),

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