Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9d4a841 authored by Shaleen Agrawal's avatar Shaleen Agrawal
Browse files

sched: Improve the scheduler



This change is for general scheduler improvement.

Change-Id: I15daf3a5837f8147f1fbb179e0fba7e1547cb499
Signed-off-by: default avatarShaleen Agrawal <shalagra@codeaurora.org>
parent 2a8de757
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7083,7 +7083,7 @@ int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu,
	rcu_read_unlock();

eas_not_ready:
	return -EINVAL;
	return -EPERM;
}
#else
int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu,
@@ -7212,7 +7212,7 @@ int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu,
	return prev_cpu;
fail:
	rcu_read_unlock();
	return -EINVAL;
	return -EPERM;
}
#endif
/*