summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched/hmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/hmp.c b/kernel/sched/hmp.c
index d3547391b937..180e2fcf785b 100644
--- a/kernel/sched/hmp.c
+++ b/kernel/sched/hmp.c
@@ -3340,6 +3340,7 @@ skip_early:
busy[i].prev_load = div64_u64(sched_ravg_window,
NSEC_PER_USEC);
busy[i].new_task_load = 0;
+ busy[i].predicted_load = 0;
goto exit_early;
}