|
@@ -2029,8 +2029,9 @@ static __meminit void zone_pcp_init(struct zone *zone)
|
|
|
setup_pageset(zone_pcp(zone,cpu), batch);
|
|
|
#endif
|
|
|
}
|
|
|
- printk(KERN_DEBUG " %s zone: %lu pages, LIFO batch:%lu\n",
|
|
|
- zone->name, zone->present_pages, batch);
|
|
|
+ if (zone->present_pages)
|
|
|
+ printk(KERN_DEBUG " %s zone: %lu pages, LIFO batch:%lu\n",
|
|
|
+ zone->name, zone->present_pages, batch);
|
|
|
}
|
|
|
|
|
|
static __meminit void init_currently_empty_zone(struct zone *zone,
|