commit | 43c85c9c5dff76efc1e411d3302840027ea92004 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:32 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:32 2006 +0200 |
tree | 4923b42a0fadfa8206af684ea4c9958d2a2e03ea | |
parent | 2c8c0e6b8d7700a990da8d24eff767f9ca223b96 [diff] |
[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>