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

Commit 2c5e9303 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Sched: Improve the scheduler"

parents e4e6533c 3282382a
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: