diff options
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/internal.h b/mm/internal.h index a96da5b0029d..edaab69a9c35 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -200,6 +200,8 @@ isolate_freepages_range(struct compact_control *cc, | |||
200 | unsigned long | 200 | unsigned long |
201 | isolate_migratepages_range(struct compact_control *cc, | 201 | isolate_migratepages_range(struct compact_control *cc, |
202 | unsigned long low_pfn, unsigned long end_pfn); | 202 | unsigned long low_pfn, unsigned long end_pfn); |
203 | int find_suitable_fallback(struct free_area *area, unsigned int order, | ||
204 | int migratetype, bool only_stealable, bool *can_steal); | ||
203 | 205 | ||
204 | #endif | 206 | #endif |
205 | 207 | ||
@@ -240,7 +242,7 @@ void __vma_link_list(struct mm_struct *mm, struct vm_area_struct *vma, | |||
240 | struct vm_area_struct *prev, struct rb_node *rb_parent); | 242 | struct vm_area_struct *prev, struct rb_node *rb_parent); |
241 | 243 | ||
242 | #ifdef CONFIG_MMU | 244 | #ifdef CONFIG_MMU |
243 | extern long __mlock_vma_pages_range(struct vm_area_struct *vma, | 245 | extern long populate_vma_page_range(struct vm_area_struct *vma, |
244 | unsigned long start, unsigned long end, int *nonblocking); | 246 | unsigned long start, unsigned long end, int *nonblocking); |
245 | extern void munlock_vma_pages_range(struct vm_area_struct *vma, | 247 | extern void munlock_vma_pages_range(struct vm_area_struct *vma, |
246 | unsigned long start, unsigned long end); | 248 | unsigned long start, unsigned long end); |