aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-07-03 08:03:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-07-03 08:03:56 +0000
commitd68a8cc0ab7245a3f6087c396c41851587ee9de6 (patch)
treed987cbe7df45ddba28eb0a4e76cd4c807402de14 /sys
parent97b4306f0f68af77925a2f7cf69de185f2a46c1c (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_synch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c
index 0b860a057378..530b67ed1d5d 100644
--- a/sys/kern/kern_synch.c
+++ b/sys/kern/kern_synch.c
@@ -250,8 +250,6 @@ schedcpu(arg)
* Increment time in/out of memory and sleep time
* (if sleeping). We ignore overflow; with 16-bit int's
* (remember them?) overflow takes 45 days.
- if (p->p_stat == SWAIT)
- continue;
*/
mtx_lock_spin(&sched_lock);
p->p_swtime++;