[PATCH] lockdep: x86_64 early init
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:24:57 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:04 +0000 (15:27 -0700)
commit2148270cd2ebe0d05e4289b7c77b1435c45481bf
treed2ad8c7579f9aecfc57dbf2cdc523e0bcaf042b1
parent8c64580d522542e50f2ba689316128b7fbae497b
[PATCH] lockdep: x86_64 early init

x86_64 uses spinlocks very early - earlier than start_kernel().  So call
lockdep_init() from the arch setup code.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/head64.c