x86: DEBUG_PAGEALLOC: enable after mem_init()
authorThomas Gleixner <tglx@linutronix.de>
Sat, 9 Feb 2008 22:24:09 +0000 (23:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 9 Feb 2008 22:24:09 +0000 (23:24 +0100)
commita03c2a48e02aacaaea211c94691b729be357e047
tree733e1b071c55900a2a88bdf2841a8cd8ee28d19f
parent166124fde978b5a6c4412fb295c7f39711beb1b0
x86: DEBUG_PAGEALLOC: enable after mem_init()

DEBUG_PAGEALLOC must not be enabled before mem_init(). Before this
point there is nothing to allocate.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
init/main.c