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

Commit 9331006e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Disable wakeup hints for foreground tasks by default"

parents b01ffd57 98ccf8a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1592,7 +1592,7 @@ static void ttwu_queue(struct task_struct *p, int cpu)
	raw_spin_unlock(&rq->lock);
	raw_spin_unlock(&rq->lock);
}
}


__read_mostly unsigned int sysctl_sched_wakeup_load_threshold = 60;
__read_mostly unsigned int sysctl_sched_wakeup_load_threshold = 110;
/**
/**
 * try_to_wake_up - wake up a thread
 * try_to_wake_up - wake up a thread
 * @p: the thread to be awakened
 * @p: the thread to be awakened