Message ID | 20200619132425.425063-7-pasha.tatashin@soleen.com |
---|---|
State | Superseded |
Headers | show |
Series | [4.19,1/7] mm: drop meminit_pfn_in_nid as it is redundant | expand |
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 05c27edbe076..96b8f5e8a008 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1670,7 +1670,7 @@ static int __init deferred_init_memmap(void *data) */ while (spfn < epfn) { nr_pages += deferred_init_maxorder(&i, zone, &spfn, &epfn); - touch_nmi_watchdog(); + cond_resched(); } zone_empty: /* Sanity check that the next zone really is unpopulated */