[PATCH] sysrq: disable lockdep on reboot
[deliverable/linux.git] / drivers / char / sysrq.c
index 0ad6cb081db4d1b3681a7b069d9439454e3bd9fc..6b4d4d1e343da3332f413b8d47c65b00e9ff4a0b 100644 (file)
@@ -113,6 +113,7 @@ static struct sysrq_key_op sysrq_crashdump_op = {
 static void sysrq_handle_reboot(int key, struct pt_regs *pt_regs,
                                struct tty_struct *tty)
 {
+       lockdep_off();
        local_irq_enable();
        emergency_restart();
 }
This page took 0.026304 seconds and 5 git commands to generate.