patch-2.1.30 linux/kernel/exit.c

Next file: linux/kernel/ksyms.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.29/linux/kernel/exit.c linux/kernel/exit.c
@@ -577,7 +577,7 @@
 
 NORET_TYPE void do_exit(long code)
 {
-	if (intr_count) {
+	if (0 && intr_count) {
 		printk("Aiee, killing interrupt handler\n");
 		intr_count = 0;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov