memblock: Improve debug output when resizing the reserve array
authorYinghai Lu <yinghai@kernel.org>
Wed, 28 Jul 2010 05:13:22 +0000 (15:13 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Aug 2010 02:56:28 +0000 (12:56 +1000)
commitea9e4376bb545e400a325b3d76fecd02815303c0
tree3e9838c3a20cdbd3a99df53fbd96e198d0f37861
parent5e63cf43af844ed30acc278b38b8c9bc51eba493
memblock: Improve debug output when resizing the reserve array

Print out the location info in addition to which array is being
resized. Also use memblocK_dbg() to put that under control of
the memblock_debug flag.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
mm/memblock.c