patch-2.2.4 linux/kernel/softirq.c
Next file: linux/kernel/time.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Sun Mar 21 07:22:00 1999
-  Orig file: 
v2.2.3/linux/kernel/softirq.c
-  Orig date: 
Tue Dec 22 14:16:59 1998
diff -u --recursive --new-file v2.2.3/linux/kernel/softirq.c linux/kernel/softirq.c
@@ -62,6 +62,7 @@
 		if (hardirq_trylock(cpu)) {
 			__sti();
 			run_bottom_halves();
+			__cli();
 			hardirq_endlock(cpu);
 		}
 		softirq_endlock(cpu);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)