diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index 9e01ef869bbe..615588b94332 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -1250,8 +1250,6 @@ sched_pctcpu(struct kse *ke) if (ke->ke_ticks) { int rtick; - /* Update to account for time potentially spent sleeping */ - ke->ke_ltick = ticks; /* * Don't update more frequently than twice a second. Allowing * this causes the cpu usage to decay away too quickly due to