mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
sched/walt: Disable long running RT task detection
Disable detection of long running RT tasks by default. Change-Id: Ia0224ebdfef5ee59523aeea80b25429d5b99f2be Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
This commit is contained in:
parent
1de7b71d22
commit
ef1fadeb4b
|
|
@ -69,7 +69,7 @@ unsigned int sysctl_sched_suppress_region2;
|
|||
unsigned int sysctl_sched_skip_sp_newly_idle_lb = 1;
|
||||
unsigned int sysctl_sched_hyst_min_coloc_ns = 80000000;
|
||||
unsigned int sysctl_sched_asymcap_boost;
|
||||
unsigned int sysctl_sched_long_running_rt_task_ms = 1200;
|
||||
unsigned int sysctl_sched_long_running_rt_task_ms;
|
||||
|
||||
/* range is [1 .. INT_MAX] */
|
||||
static int sysctl_task_read_pid = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user