X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fmm.h;h=335288bff1b741bd25dce72d3a84773c5ef70aee;hb=f1b134fdf6d36c975b4a66cf952565cd73aebdba;hp=5e2c8af4999869c91f0b3e6c9769841b1c495e23;hpb=1d1958f05095a7e9ecbba86235122784a3d1b561;p=linux-2.6 diff --git a/include/linux/mm.h b/include/linux/mm.h index 5e2c8af499..335288bff1 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -744,6 +744,8 @@ struct zap_details { struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr, pte_t pte); +int zap_vma_ptes(struct vm_area_struct *vma, unsigned long address, + unsigned long size); unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address, unsigned long size, struct zap_details *); unsigned long unmap_vmas(struct mmu_gather **tlb,