summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 77e4d3c5c57b..e6d4234e0d1a 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -7356,7 +7356,6 @@ bool has_unmovable_pages(struct zone *zone, struct page *page, int count,
7356 bool skip_hwpoisoned_pages) 7356 bool skip_hwpoisoned_pages)
7357{ 7357{
7358 unsigned long pfn, iter, found; 7358 unsigned long pfn, iter, found;
7359 int mt;
7360 7359
7361 /* 7360 /*
7362 * For avoiding noise data, lru_add_drain_all() should be called 7361 * For avoiding noise data, lru_add_drain_all() should be called
@@ -7364,9 +7363,6 @@ bool has_unmovable_pages(struct zone *zone, struct page *page, int count,
7364 */ 7363 */
7365 if (zone_idx(zone) == ZONE_MOVABLE) 7364 if (zone_idx(zone) == ZONE_MOVABLE)
7366 return false; 7365 return false;
7367 mt = get_pageblock_migratetype(page);
7368 if (mt == MIGRATE_MOVABLE || is_migrate_cma(mt))
7369 return false;
7370 7366
7371 pfn = page_to_pfn(page); 7367 pfn = page_to_pfn(page);
7372 for (found = 0, iter = 0; iter < pageblock_nr_pages; iter++) { 7368 for (found = 0, iter = 0; iter < pageblock_nr_pages; iter++) {