diff options
Diffstat (limited to 'include/linux/page-isolation.h')
-rw-r--r-- | include/linux/page-isolation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/page-isolation.h b/include/linux/page-isolation.h index 05a04e603686..cdad58bbfd8b 100644 --- a/include/linux/page-isolation.h +++ b/include/linux/page-isolation.h | |||
@@ -31,7 +31,7 @@ static inline bool is_migrate_isolate(int migratetype) | |||
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | bool has_unmovable_pages(struct zone *zone, struct page *page, int count, | 33 | bool has_unmovable_pages(struct zone *zone, struct page *page, int count, |
34 | bool skip_hwpoisoned_pages); | 34 | int migratetype, bool skip_hwpoisoned_pages); |
35 | void set_pageblock_migratetype(struct page *page, int migratetype); | 35 | void set_pageblock_migratetype(struct page *page, int migratetype); |
36 | int move_freepages_block(struct zone *zone, struct page *page, | 36 | int move_freepages_block(struct zone *zone, struct page *page, |
37 | int migratetype, int *num_movable); | 37 | int migratetype, int *num_movable); |