]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Remove excessive early_res debug output
authorJiri Kosina <jkosina@suse.cz>
Mon, 22 Mar 2010 08:32:26 +0000 (09:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 24 Mar 2010 18:51:08 +0000 (19:51 +0100)
commit201b44b36b4a15fec82c12fed63435978b1f67d7
treebe7998c5c93e9ce091c732e164848a865522a680
parentc93da54e366b69112784079b4e95acdb226eded6
x86: Remove excessive early_res debug output

Commit 8500115bcd7d1a5 ("x86: Make 64 bit use early_res instead
of bootmem  before slab") introduced early_res replacement for
bootmem, but left code  in __free_pages_memory() which dumps all
the ranges that are beeing freed,  without any additional
information, causing some noise in dmesg during  bootup.

Just remove printing of the ranges, that doesn't provide
anything useful  anyway.

While at it, remove other commented-out KERN_DEBUG messages in
the NO_BOOTMEM code as well.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Found-OK-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <alpine.LNX.2.00.1003220931360.18642@pobox.suse.cz>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
mm/bootmem.c