diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 990957e0929f..4fba4560699b 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1012,6 +1012,7 @@ static inline unsigned long vma_pages(struct vm_area_struct *vma) | |||
1012 | return (vma->vm_end - vma->vm_start) >> PAGE_SHIFT; | 1012 | return (vma->vm_end - vma->vm_start) >> PAGE_SHIFT; |
1013 | } | 1013 | } |
1014 | 1014 | ||
1015 | pgprot_t vm_get_page_prot(unsigned long vm_flags); | ||
1015 | struct vm_area_struct *find_extend_vma(struct mm_struct *, unsigned long addr); | 1016 | struct vm_area_struct *find_extend_vma(struct mm_struct *, unsigned long addr); |
1016 | struct page *vmalloc_to_page(void *addr); | 1017 | struct page *vmalloc_to_page(void *addr); |
1017 | unsigned long vmalloc_to_pfn(void *addr); | 1018 | unsigned long vmalloc_to_pfn(void *addr); |