bootmem: add debugging framework
authorJohannes Weiner <hannes@saeurebad.de>
Thu, 24 Jul 2008 04:28:02 +0000 (21:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:20 +0000 (10:47 -0700)
commit2e5237daf0cc3c8d87762f53f704dc54fa91dcf6
treed3ef2691082e233379ceaf8e19b6cfe480c50abe
parenta66fd7daec1f40c1f0eac466f0da9206b615fe2a
bootmem: add debugging framework

Introduce the bootmem_debug kernel parameter that enables very verbose
diagnostics regarding all range operations of bootmem as well as the
initialization and release of nodes.

[akpm@linux-foundation.org: fix printk warnings]
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/bootmem.c