patch-1.3.72 linux/kernel/sched.c

Next file: linux/kernel/sys.c
Previous file: linux/kernel/panic.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.71/linux/kernel/sched.c linux/kernel/sched.c
@@ -882,12 +882,10 @@
 			continue;
 		mark_bh(TIMER_BH);
 	}
-	cli();
 	if (timer_head.next->expires <= jiffies)
 		mark_bh(TIMER_BH);
 	if (tq_timer != &tq_last)
 		mark_bh(TQUEUE_BH);
-	sti();
 }
 
 #ifndef __alpha__

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this