Loading kernel/sched/walt/walt.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
kernel/sched/walt/walt.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading