Skip to content

Commit

Permalink
Merge branch 'rpi-4.14.y' into mtx-4.14.y
Browse files Browse the repository at this point in the history
  • Loading branch information
m-honda committed Sep 18, 2018
2 parents 881a052 + 91c6487 commit 3c67a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7527,6 +7527,7 @@ int alloc_contig_range(unsigned long start, unsigned long end,
.zone = page_zone(pfn_to_page(start)),
.mode = MIGRATE_SYNC,
.ignore_skip_hint = true,
.gfp_mask = current_gfp_context(gfp_mask),
};
INIT_LIST_HEAD(&cc.migratepages);

Expand Down

0 comments on commit 3c67a56

Please sign in to comment.