diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index c657ea0bd6aa..ba86ddaa2bb8 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -721,7 +721,9 @@ struct zap_details { | |||
721 | unsigned long truncate_count; /* Compare vm_truncate_count */ | 721 | unsigned long truncate_count; /* Compare vm_truncate_count */ |
722 | }; | 722 | }; |
723 | 723 | ||
724 | struct page *vm_normal_page(struct vm_area_struct *, unsigned long, pte_t); | 724 | struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr, |
725 | pte_t pte); | ||
726 | |||
725 | unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address, | 727 | unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address, |
726 | unsigned long size, struct zap_details *); | 728 | unsigned long size, struct zap_details *); |
727 | unsigned long unmap_vmas(struct mmu_gather **tlb, | 729 | unsigned long unmap_vmas(struct mmu_gather **tlb, |