diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index f5fc45472d5c..ecf853b5e30e 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -2407,7 +2407,7 @@ static void __meminit free_area_init_core(struct pglist_data *pgdat, | |||
2407 | zone->zone_pgdat = pgdat; | 2407 | zone->zone_pgdat = pgdat; |
2408 | zone->free_pages = 0; | 2408 | zone->free_pages = 0; |
2409 | 2409 | ||
2410 | zone->temp_priority = zone->prev_priority = DEF_PRIORITY; | 2410 | zone->prev_priority = DEF_PRIORITY; |
2411 | 2411 | ||
2412 | zone_pcp_init(zone); | 2412 | zone_pcp_init(zone); |
2413 | INIT_LIST_HEAD(&zone->active_list); | 2413 | INIT_LIST_HEAD(&zone->active_list); |