diff options
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index dcb852652bc8..1f2afa6eefaf 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -411,13 +411,6 @@ static struct ctl_table kern_table[] = { .proc_handler = sched_hmp_proc_update_handler, }, { - .procname = "sched_power_band_limit", - .data = &sysctl_sched_powerband_limit_pct, - .maxlen = sizeof(unsigned int), - .mode = 0644, - .proc_handler = sched_hmp_proc_update_handler, - }, - { .procname = "sched_lowspill_freq", .data = &sysctl_sched_lowspill_freq, .maxlen = sizeof(unsigned int), |
