sched/{fair,tune}: simplify fair.c code
authorPatrick Bellasi <patrick.bellasi@arm.com>
Thu, 28 Jul 2016 16:42:36 +0000 (17:42 +0100)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 10 Aug 2016 22:20:38 +0000 (15:20 -0700)
commit274bbcfbe44127c5575ed847d48d201a66cc29ce
tree2e2ae709701050b2bb0c63f25cfe8099693bd785
parent254f5095a8143f0b852c5db7672957cf3b4d65d3
sched/{fair,tune}: simplify fair.c code

The usage of conditional compiled code is discouraged in fair.c.

This patch clean up a bit fair.c by moving schedtune_{cpu.task}_boost
definitions into tune.h.

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
kernel/sched/fair.c
kernel/sched/tune.h