]> Git Repo - linux.git/commit
sched/fair: Remove the rq->cpu_load[] update code
authorDietmar Eggemann <[email protected]>
Mon, 27 May 2019 06:21:10 +0000 (07:21 +0100)
committerIngo Molnar <[email protected]>
Mon, 3 Jun 2019 09:49:38 +0000 (11:49 +0200)
commit5e83eafbfd3b351537c0d74467fc43e8a88f4ae4
treeeb9c6f82fe54b514a86caa8e55fe0d22e0c10552
parentf2bedc4705659216bd60948029ad8dfedf923ad9
sched/fair: Remove the rq->cpu_load[] update code

With LB_BIAS disabled, there is no need to update the rq->cpu_load[idx]
any more.

Signed-off-by: Dietmar Eggemann <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Morten Rasmussen <[email protected]>
Cc: Patrick Bellasi <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Quentin Perret <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Valentin Schneider <[email protected]>
Cc: Vincent Guittot <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/sched/nohz.h
kernel/sched/core.c
kernel/sched/fair.c
kernel/sched/sched.h
kernel/time/tick-sched.c
This page took 0.06009 seconds and 4 git commands to generate.