Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3282382a authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar Committed by Gerrit - the friendly Code Review server
Browse files

Sched: Improve the scheduler



This change is for general scheduler improvements.

Change-Id: I78a13f15f7b95d7b6583222fbc68b828e651b802
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
parent b4f4115e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3813,12 +3813,12 @@ int walt_proc_user_hint_handler(struct ctl_table *table,

	mutex_lock(&mutex);

	sched_user_hint_reset_time = jiffies + HZ;
	old_value = sysctl_sched_user_hint;
	ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
	if (ret || !write || (old_value == sysctl_sched_user_hint))
		goto unlock;

	sched_user_hint_reset_time = jiffies + HZ;
	walt_irq_work_queue(&walt_migration_irq_work);

unlock: