Skip to content

Commit f99e247

Browse files
committed
Revert "cpufreq: schedutil: Enforce realtime priority"
This reverts commit 970b81b.
1 parent 158bbf5 commit f99e247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/sched/cpufreq_schedutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ static void sugov_policy_free(struct sugov_policy *sg_policy)
795795
static int sugov_kthread_create(struct sugov_policy *sg_policy)
796796
{
797797
struct task_struct *thread;
798-
struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO - 1 };
798+
struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 };
799799
struct cpufreq_policy *policy = sg_policy->policy;
800800
int ret;
801801

0 commit comments

Comments
 (0)