From 3086af3d9ad75ffbba1315f922ebc0693c95be3b Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 8 May 2012 17:24:14 +0200 Subject: [PATCH] --- yaml --- r: 304091 b: refs/heads/master c: 155cbfc802e4d9d01637e4bddb23091983a58b37 h: refs/heads/master i: 304089: 832e2f49025ddca7855f3301e2b7b436fca92020 304087: 59f85c246ae9af2fa239c1a2e709200c99de3617 v: v3 --- [refs] | 2 +- trunk/mm/page_alloc.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 13d3bf3cbebe..fa5266769eb2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: be96447e0d49622fe00b07474f9a86805d389ca7 +refs/heads/master: 155cbfc802e4d9d01637e4bddb23091983a58b37 diff --git a/trunk/mm/page_alloc.c b/trunk/mm/page_alloc.c index a712fb9e04ce..89b9af2ca263 100644 --- a/trunk/mm/page_alloc.c +++ b/trunk/mm/page_alloc.c @@ -4763,12 +4763,12 @@ void __init free_area_init_nodes(unsigned long *max_zone_pfn) for (i = 0; i < MAX_NR_ZONES; i++) { if (i == ZONE_MOVABLE) continue; - printk(" %-8s ", zone_names[i]); + printk(KERN_CONT " %-8s ", zone_names[i]); if (arch_zone_lowest_possible_pfn[i] == arch_zone_highest_possible_pfn[i]) - printk("empty\n"); + printk(KERN_CONT "empty\n"); else - printk("%0#10lx -> %0#10lx\n", + printk(KERN_CONT "%0#10lx -> %0#10lx\n", arch_zone_lowest_possible_pfn[i], arch_zone_highest_possible_pfn[i]); }