diff options
Diffstat (limited to 'include/linux')
| -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 3891a368e5e0..a4d24f3c5430 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -1201,6 +1201,7 @@ struct mm_walk { | |||
| 1201 | 1201 | ||
| 1202 | int walk_page_range(unsigned long addr, unsigned long end, | 1202 | int walk_page_range(unsigned long addr, unsigned long end, |
| 1203 | struct mm_walk *walk); | 1203 | struct mm_walk *walk); |
| 1204 | int walk_page_vma(struct vm_area_struct *vma, struct mm_walk *walk); | ||
| 1204 | void free_pgd_range(struct mmu_gather *tlb, unsigned long addr, | 1205 | void free_pgd_range(struct mmu_gather *tlb, unsigned long addr, |
| 1205 | unsigned long end, unsigned long floor, unsigned long ceiling); | 1206 | unsigned long end, unsigned long floor, unsigned long ceiling); |
| 1206 | int copy_page_range(struct mm_struct *dst, struct mm_struct *src, | 1207 | int copy_page_range(struct mm_struct *dst, struct mm_struct *src, |
