aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index a9da20bc2ed0..2019c1b19254 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1738,6 +1738,7 @@ static void __init free_area_init_core(struct pglist_data *pgdat,
1738 zone->nr_scan_inactive = 0; 1738 zone->nr_scan_inactive = 0;
1739 zone->nr_active = 0; 1739 zone->nr_active = 0;
1740 zone->nr_inactive = 0; 1740 zone->nr_inactive = 0;
1741 atomic_set(&zone->reclaim_in_progress, -1);
1741 if (!size) 1742 if (!size)
1742 continue; 1743 continue;
1743 1744