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

Commit 651997c8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Remove sched_wake_to_idle for HMP scheduler"

parents 9b920486 930bca74
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,