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
- Lines: 9
- Date:
Thu Aug 1 15:43:05 1996
- Orig file:
v2.0.10/linux/kernel/sched.c
- Orig date:
Wed Jul 17 14:43:32 1996
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