Loading kernel/sysctl.c +2 −0 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading Loading
kernel/sysctl.c +2 −0 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading