Now that we've removed all reasons for disabling lockdep in the printk code, stop doing so. Signed-off-by: Peter Zijlstra --- kernel/printk.c | 2 -- 1 file changed, 2 deletions(-) --- a/kernel/printk.c +++ b/kernel/printk.c @@ -884,7 +884,6 @@ asmlinkage int vprintk(const char *fmt, zap_locks(); } - lockdep_off(); raw_spin_lock(&logbuf_lock); printk_cpu = this_cpu; @@ -981,7 +980,6 @@ asmlinkage int vprintk(const char *fmt, if (console_trylock_for_printk(this_cpu)) console_unlock(); - lockdep_on(); out_restore_irqs: local_irq_restore(flags); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/