sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block
authorValentin Schneider <valentin.schneider@arm.com>
Thu, 17 Jan 2019 15:34:09 +0000 (15:34 +0000)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 Feb 2019 07:02:18 +0000 (08:02 +0100)
commit9f132742d5c4146397fef0c5b09fe220576a5bb2
treedaadefac34846b991b18303b1ae2c936ac7a50d6
parent892d59c22208be820a5463b5f74eb7f0b7f2b03a
sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block

The comment block for that function lists the heuristics for
triggering a nohz kick, but the most recent ones (blocked load
updates, misfit) aren't included, and some of them (LLC nohz logic,
asym packing) are no longer in sync with the code.

The conditions are either simple enough or properly commented, so get
rid of that list instead of letting it grow.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Dietmar.Eggemann@arm.com
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: morten.rasmussen@arm.com
Cc: vincent.guittot@linaro.org
Link: https://lkml.kernel.org/r/20190117153411.2390-4-valentin.schneider@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c