patch-1.3.80 linux/kernel/softirq.c

Next file: linux/mm/filemap.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.79/linux/kernel/softirq.c linux/kernel/softirq.c
@@ -39,6 +39,7 @@
 	unsigned long mask, left;
 	void (**bh)(void);
 
+	sti();
 	bh = bh_base;
 	active = bh_active & bh_mask;
 	for (mask = 1, left = ~0 ; left & active ; bh++,mask += mask,left += left) {

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