Merge "sched: Remove sched_wake_to_idle for HMP scheduler"

This commit is contained in:
Linux Build Service Account 2015-02-03 15:23:53 -08:00 committed by Gerrit - the friendly Code Review server
commit 651997c82a

View file

@ -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,