[PATCH] Remove need for early lockdep init
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:32 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:32 +0000 (10:52 +0200)
commit43c85c9c5dff76efc1e411d3302840027ea92004
tree4923b42a0fadfa8206af684ea4c9958d2a2e03ea
parent2c8c0e6b8d7700a990da8d24eff767f9ca223b96
[PATCH] Remove need for early lockdep init

I think it was only needed for the printks and we can do them later.

I put in a single early_printk so that we know the kernel is alive
(early_printk doesn't need any locks)

This makes some things easier for initialization of unwind for
lockdep, which is needed by later patches.

cc: mingo@elte.hu

Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/head64.c
arch/x86_64/kernel/setup.c