patch-2.1.54 linux/kernel/exit.c

Next file: linux/kernel/module.c
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.53/linux/kernel/exit.c linux/kernel/exit.c
@@ -523,10 +523,8 @@
 
 NORET_TYPE void do_exit(long code)
 {
-	if (in_interrupt()) {
-		local_irq_count[smp_processor_id()] = 0;	/* Not really correct */
+	if (in_interrupt())
 		printk("Aiee, killing interrupt handler\n");
-	}
 fake_volatile:
 	acct_process(code);
 	current->flags |= PF_EXITING;

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