mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
sched/walt: Remove evaluation from the core_ctl thread context
The core_ctl thread is woken up only after evaluating the need. so another evaluation in core_ctl thread context is not needed. Change-Id: I28162b758c18cda4ff05f1b1a4b1a5553c895e7e Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
This commit is contained in:
parent
6e8d29392c
commit
9f4c2201c2
|
|
@ -1159,8 +1159,6 @@ static void __ref do_core_ctl(void)
|
|||
|
||||
for_each_cluster(cluster, index) {
|
||||
|
||||
eval_need(cluster);
|
||||
|
||||
need = apply_limits(cluster, cluster->need_cpus);
|
||||
|
||||
if (adjustment_possible(cluster, need)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user