diff options
Diffstat (limited to 'include/linux/page-isolation.h')
| -rw-r--r-- | include/linux/page-isolation.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/page-isolation.h b/include/linux/page-isolation.h index 572458016331..5456b7be38ae 100644 --- a/include/linux/page-isolation.h +++ b/include/linux/page-isolation.h @@ -33,8 +33,6 @@ static inline bool is_migrate_isolate(int migratetype)  #define MEMORY_OFFLINE	0x1  #define REPORT_FAILURE	0x2 -struct page *has_unmovable_pages(struct zone *zone, struct page *page, -				 int migratetype, int flags);  void set_pageblock_migratetype(struct page *page, int migratetype);  int move_freepages_block(struct zone *zone, struct page *page,  				int migratetype, int *num_movable); @@ -44,7 +42,7 @@ int move_freepages_block(struct zone *zone, struct page *page,   */  int  start_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn, -			 unsigned migratetype, int flags); +			 int migratetype, int flags, gfp_t gfp_flags);  /*   * Changes MIGRATE_ISOLATE to MIGRATE_MOVABLE. @@ -52,7 +50,7 @@ start_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn,   */  void  undo_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn, -			unsigned migratetype); +			int migratetype);  /*   * Test all pages in [start_pfn, end_pfn) are isolated or not.  | 
