We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158bbf5 commit f99e247Copy full SHA for f99e247
1 file changed
kernel/sched/cpufreq_schedutil.c
@@ -795,7 +795,7 @@ static void sugov_policy_free(struct sugov_policy *sg_policy)
795
static int sugov_kthread_create(struct sugov_policy *sg_policy)
796
{
797
struct task_struct *thread;
798
- struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO - 1 };
+ struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 };
799
struct cpufreq_policy *policy = sg_policy->policy;
800
int ret;
801
0 commit comments