sched/fair: Fix load_above_capacity fixed point arithmetic width
authorDietmar Eggemann <dietmar.eggemann@arm.com>
Wed, 10 Aug 2016 10:27:27 +0000 (11:27 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 5 Sep 2016 11:29:44 +0000 (13:29 +0200)
commit2665621506e178a1f62e59200403c359c463ea5e
tree7e6ccad8b41242f4fef85849ecbc7cb38881742f
parentd8206bb3ffe0eaee03abfad46fd44d8b17142e88
sched/fair: Fix load_above_capacity fixed point arithmetic width

Since commit:

  2159197d6677 ("sched/core: Enable increased load resolution on 64-bit kernels")

we now have two different fixed point units for load.

load_above_capacity has to have 10 bits fixed point unit like PELT,
whereas NICE_0_LOAD has 20 bit fixed point unit on 64-bit kernels.

Fix this by scaling down NICE_0_LOAD when multiplying
load_above_capacity with it.

Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Vincent Guittot <vincent.guittot@linaro.org>
Acked-by: Morten Rasmussen <morten.rasmussen@arm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Yuyang Du <yuyang.du@intel.com>
Link: http://lkml.kernel.org/r/1470824847-5316-1-git-send-email-dietmar.eggemann@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c