patch-2.3.32 linux/arch/i386/kernel/traps.c

Next file: linux/arch/ppc/configs/common_defconfig
Previous file: linux/arch/i386/kernel/process.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.31/linux/arch/i386/kernel/traps.c linux/arch/i386/kernel/traps.c
@@ -388,7 +388,7 @@
 		alert_counter[cpu]++;
 		if (alert_counter[cpu] == 5*HZ) {
 			spin_lock(&nmi_print_lock);
-			spin_unlock(&console_lock); // we are in trouble anyway
+			console_lock.lock = 0;	// we are in trouble anyway
 			printk("NMI Watchdog detected LOCKUP on CPU%d, registers:\n", cpu);
 			show_registers(regs);
 			printk("console shuts up ...\n");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)