]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, memblock: Use memblock_debug to control debug message print out
authorYinghai Lu <yinghai@kernel.org>
Wed, 25 Aug 2010 20:39:17 +0000 (13:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 27 Aug 2010 18:11:35 +0000 (11:11 -0700)
commit301ff3e88ef9ff4bdb92f36a3e6170fce4c9dd34
treec5076ba395e8281d4526065288aa81dac0597e3b
parente82d42be24bd5d75bf6f81045636e6ca95ab55f2
x86, memblock: Use memblock_debug to control debug message print out

Also let memblock_x86_reserve_range/memblock_x86_free_range could print out name if memblock=debug is
specified

will also print ther name when reserve_memblock_area/free_memblock_area are called.

-v2: according to Ingo, put " if (memblock_debug) " in one place

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/mm/memblock.c