]> err.no Git - linux-2.6/blobdiff - include/linux/mm.h
[PATCH] i386: Remove const case for rwlocks
[linux-2.6] / include / linux / mm.h
index f0b135cd86da1e54789bce46eb7bb8f6487edcaa..224178a000d2e1930c13b5db60642de3d0bd4ff6 100644 (file)
@@ -1013,6 +1013,7 @@ static inline unsigned long vma_pages(struct vm_area_struct *vma)
        return (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;
 }
 
+pgprot_t vm_get_page_prot(unsigned long vm_flags);
 struct vm_area_struct *find_extend_vma(struct mm_struct *, unsigned long addr);
 struct page *vmalloc_to_page(void *addr);
 unsigned long vmalloc_to_pfn(void *addr);