diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 5a8d339d282a88cd0c5687596eca8023f93846ba..4171cd4f8257c4e104d9d96e3139e3a751921c55 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -5727,7 +5727,7 @@ static int __alloc_contig_migrate_range(struct compact_control *cc, unsigned int tries = 0; int ret = 0; - migrate_prep_local(); + migrate_prep(); while (pfn < end || !list_empty(&cc->migratepages)) { if (fatal_signal_pending(current)) {