mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
sched/walt: Remove unused sysctl node
While deprecating the RT throttling mechanism, associated sysctl node remained to be removed. Remove it now. Change-Id: Iac5a3da157d71bc878e1406f1f64f57e0ccb7103 Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
This commit is contained in:
parent
505af370ae
commit
1de7b71d22
|
|
@ -64,7 +64,6 @@ unsigned int sysctl_sched_many_wakeup_threshold = WALT_MANY_WAKEUP_DEFAULT;
|
|||
const int sched_user_hint_max = 1000;
|
||||
unsigned int sysctl_walt_rtg_cfs_boost_prio = 99; /* disabled by default */
|
||||
unsigned int sysctl_sched_sync_hint_enable = 1;
|
||||
unsigned int sysctl_sched_bug_on_rt_throttle;
|
||||
unsigned int sysctl_panic_on_walt_bug = walt_debug_initial_values();
|
||||
unsigned int sysctl_sched_suppress_region2;
|
||||
unsigned int sysctl_sched_skip_sp_newly_idle_lb = 1;
|
||||
|
|
@ -732,15 +731,6 @@ struct ctl_table walt_table[] = {
|
|||
.extra1 = SYSCTL_ZERO,
|
||||
.extra2 = SYSCTL_ONE,
|
||||
},
|
||||
{
|
||||
.procname = "sched_bug_on_rt_throttle",
|
||||
.data = &sysctl_sched_bug_on_rt_throttle,
|
||||
.maxlen = sizeof(unsigned int),
|
||||
.mode = 0644,
|
||||
.proc_handler = proc_dointvec_minmax,
|
||||
.extra1 = SYSCTL_ZERO,
|
||||
.extra2 = SYSCTL_ONE,
|
||||
},
|
||||
{
|
||||
.procname = "sched_suppress_region2",
|
||||
.data = &sysctl_sched_suppress_region2,
|
||||
|
|
|
|||
|
|
@ -273,7 +273,6 @@ extern unsigned int sysctl_sched_task_unfilter_period;
|
|||
extern unsigned int __read_mostly sysctl_sched_asym_cap_sibling_freq_match_pct;
|
||||
extern unsigned int sysctl_walt_low_latency_task_threshold; /* disabled by default */
|
||||
extern unsigned int sysctl_sched_sync_hint_enable;
|
||||
extern unsigned int sysctl_sched_bug_on_rt_throttle;
|
||||
extern unsigned int sysctl_sched_suppress_region2;
|
||||
extern unsigned int sysctl_sched_skip_sp_newly_idle_lb;
|
||||
extern unsigned int sysctl_sched_asymcap_boost;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user