diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 4fc462b5fcf1..8cbfc38e68ac 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -4410,10 +4410,10 @@ static void __paginginit free_area_init_core(struct pglist_data *pgdat, | |||
4410 | zone_pcp_init(zone); | 4410 | zone_pcp_init(zone); |
4411 | for_each_lru(lru) | 4411 | for_each_lru(lru) |
4412 | INIT_LIST_HEAD(&zone->lruvec.lists[lru]); | 4412 | INIT_LIST_HEAD(&zone->lruvec.lists[lru]); |
4413 | zone->reclaim_stat.recent_rotated[0] = 0; | 4413 | zone->lruvec.reclaim_stat.recent_rotated[0] = 0; |
4414 | zone->reclaim_stat.recent_rotated[1] = 0; | 4414 | zone->lruvec.reclaim_stat.recent_rotated[1] = 0; |
4415 | zone->reclaim_stat.recent_scanned[0] = 0; | 4415 | zone->lruvec.reclaim_stat.recent_scanned[0] = 0; |
4416 | zone->reclaim_stat.recent_scanned[1] = 0; | 4416 | zone->lruvec.reclaim_stat.recent_scanned[1] = 0; |
4417 | zap_zone_vm_stats(zone); | 4417 | zap_zone_vm_stats(zone); |
4418 | zone->flags = 0; | 4418 | zone->flags = 0; |
4419 | if (!size) | 4419 | if (!size) |