From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:32 +0000 (+0200) Subject: [PATCH] Remove need for early lockdep init X-Git-Tag: v2.6.19-rc1~1077^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c85c9c5dff76efc1e411d3302840027ea92004;p=pandora-kernel.git [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 --- Reading git-diff-tree failed