patch-2.3.50 linux/kernel/softirq.c

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

diff -u --recursive --new-file v2.3.49/linux/kernel/softirq.c linux/kernel/softirq.c
@@ -204,6 +204,7 @@
 		schedule();
 	}
 	tasklet_unlock_wait(t);
+	clear_bit(TASKLET_STATE_SCHED, &t->state);
 }
 
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)