Skip to content

Commit

Permalink
Revert "cpufreq: schedutil: Enforce realtime priority"
Browse files Browse the repository at this point in the history
This reverts commit 21e8eb7.

Signed-off-by: txexcalibur <[email protected]>
  • Loading branch information
txexcalibur committed Jul 17, 2024
1 parent 1ec14f8 commit fd4fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/cpufreq_schedutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ static void sugov_policy_free(struct sugov_policy *sg_policy)
static int sugov_kthread_create(struct sugov_policy *sg_policy)
{
struct task_struct *thread;
struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO - 1 };
struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 };
struct cpufreq_policy *policy = sg_policy->policy;
int ret;

Expand Down

0 comments on commit fd4fd85

Please sign in to comment.