X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmm.h;h=de2fd86c61549f5eacbea530b61a6d7e63db2d5d;hb=3928d4f5ee37cdc523894f6e549e6aae521d8980;hp=3982c83fdcbfa335ef728cbcb10f073b3b1c7d70;hpb=47f7dc4b845a9fe60c53b84b8c88cf14efd0de7f;p=linux-2.6-microblaze.git diff --git a/include/linux/mm.h b/include/linux/mm.h index 3982c83fdcbf..de2fd86c6154 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -155,7 +155,9 @@ extern int overcommit_kbytes_handler(struct ctl_table *, int, void __user *, * mmap() functions). */ -extern struct kmem_cache *vm_area_cachep; +struct vm_area_struct *vm_area_alloc(void); +struct vm_area_struct *vm_area_dup(struct vm_area_struct *); +void vm_area_free(struct vm_area_struct *); #ifndef CONFIG_MMU extern struct rb_root nommu_region_tree;