aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/migrate.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/linux/migrate.h b/include/linux/migrate.h
index 1a1fcfd..7b064ab 100644
--- a/include/linux/migrate.h
+++ b/include/linux/migrate.h
@@ -60,20 +60,16 @@ static inline void putback_lru_pages(struct list_head *l) {}
#ifndef CONFIG_DMA_CMA
static inline int migrate_pages(struct list_head *l, new_page_t x,
unsigned long private, bool offlining,
-<<<<<<< HEAD
- bool sync) { return -ENOSYS; }
+ enum migrate_mode mode) { return -ENOSYS; }
#else
static inline int migrate_pages(struct list_head *l, new_page_t x,
unsigned long private, bool offlining,
- bool sync, int tries) { return -ENOSYS; }
+ enum migrate_mode mode, int tries) { return -ENOSYS; }
static inline int migrate_replace_cma_page(struct page *oldpage,
struct page **newpage) { return -ENOSYS; }
#endif
-=======
- enum migrate_mode mode) { return -ENOSYS; }
->>>>>>> 54ea5b40f067cf098cac639973c6628c6944cfb2
static inline int migrate_huge_pages(struct list_head *l, new_page_t x,
unsigned long private, bool offlining,
enum migrate_mode mode) { return -ENOSYS; }