]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13afa391ce7c1d8368b112309f083cb678c9affb
tree733e1b071c55900a2a88bdf2841a8cd8ee28d19f
parent1647dc2759a13363cdbe819642e450b034aef56b
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