• Andi Kleen's avatar
    [PATCH] Remove need for early lockdep init · 43c85c9c
    Andi Kleen authored
    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: default avatarAndi Kleen <ak@suse.de>
    43c85c9c
setup.c 30.9 KB