From d00a8c4956a24fe7757efb3c85dc5f5090187f64 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Sat, 25 Mar 2006 03:06:49 -0800 Subject: [PATCH] --- yaml --- r: 23513 b: refs/heads/master c: f5335c0f1bcba16907972b66b905f62402433e23 h: refs/heads/master i: 23511: 7cba90ef3830428929e6e2b94f2daad23a95ed71 v: v3 --- [refs] | 2 +- trunk/mm/page_alloc.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a569448330e6..139bf9418861 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d784124cfe9377c1a24d8efba31401f81c7c11f9 +refs/heads/master: f5335c0f1bcba16907972b66b905f62402433e23 diff --git a/trunk/mm/page_alloc.c b/trunk/mm/page_alloc.c index a5c3f8bd98ae..637f57ff5b5a 100644 --- a/trunk/mm/page_alloc.c +++ b/trunk/mm/page_alloc.c @@ -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,