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

Commit 930bca74 authored by Srivatsa Vaddagiri's avatar Srivatsa Vaddagiri
Browse files

sched: Remove sched_wake_to_idle for HMP scheduler



sched_wake_to_idle tunable is obsoleted by sched_prefer_idle tunable
in HMP scheduler. Remove the same when CONFIG_SCHED_HMP is defined

Change-Id: I7bcf12cc3c50df5ef09261f097711c9f29ec63a4
Signed-off-by: default avatarSrivatsa Vaddagiri <vatsa@codeaurora.org>
parent 90c53866
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -287,6 +287,7 @@ static struct ctl_table kern_table[] = {
		.mode		= 0644,
		.proc_handler	= proc_dointvec,
	},
#ifndef CONFIG_SCHED_HMP
	{
		.procname	= "sched_wake_to_idle",
		.data		= &sysctl_sched_wake_to_idle,
@@ -294,6 +295,7 @@ static struct ctl_table kern_table[] = {
		.mode		= 0644,
		.proc_handler	= proc_dointvec,
	},
#endif
	{
		.procname	= "sched_wakeup_load_threshold",
		.data		= &sysctl_sched_wakeup_load_threshold,