]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/memblock.c: add debug output for memblock_add()
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Tue, 7 Apr 2015 23:44:35 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:35 +0000 (09:44 +1000)
commit6e4f60570881905ffbe1aadd55be1e806eb81efb
treeca14af8c9995e09292b4d77cfd980be6ed3fde48
parentaed159af547300ed7b05da90f307de42ed15000a
mm/memblock.c: add debug output for memblock_add()

memblock_reserve() calls memblock_reserve_region() which prints debugging
information if 'memblock=debug' was passed on the command line.  This
patch adds the same behaviour, but for memblock_add function().

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Philipp Hachtmann <phacht@linux.vnet.ibm.com>
Cc: Fabian Frederick <fabf@skynet.be>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Emil Medve <Emilian.Medve@freescale.com>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Tang Chen <tangchen@cn.fujitsu.com>
Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memblock.c