summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/sched_ule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 9e01ef8..615588b 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
OpenPOWER on IntegriCloud