patch-2.0.11 linux/kernel/sched.c

Next file: linux/mm/filemap.c
Previous file: linux/include/net/spx.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.10/linux/kernel/sched.c linux/kernel/sched.c
@@ -938,7 +938,7 @@
 			if (cpu == i) {
 				utime = ticks-system;
 				stime = system;
-			} else if (smp_proc_in_lock[i]) {
+			} else if (smp_proc_in_lock[j]) {
 				utime = 0;
 				stime = ticks;
 			}

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