Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23513
b: refs/heads/master
c: f5335c0
h: refs/heads/master
i:
  23511: 7cba90e
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Mar 25, 2006
1 parent b970795 commit d00a8c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d784124cfe9377c1a24d8efba31401f81c7c11f9
refs/heads/master: f5335c0f1bcba16907972b66b905f62402433e23
5 changes: 3 additions & 2 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d00a8c4

Please sign in to comment.