sched/tune: don't use schedtune before it is ready
authorChris Redpath <chris.redpath@arm.com>
Mon, 27 Mar 2017 17:20:20 +0000 (18:20 +0100)
committerAmit Pundir <amit.pundir@linaro.org>
Wed, 21 Jun 2017 11:07:49 +0000 (16:37 +0530)
commite00ebdcb8a7ccc8c9da7206c63e7a880e10b37c0
treec36f610a158bc71aa4b33f66b9de9623892cdcc7
parent7beb110baca20d98cf79d911924430e61f387ae4
sched/tune: don't use schedtune before it is ready

When EAS is enabled during boot, we have to be careful not to use
schedtune from fair.c before it is ready or it will warn us and we'll
get a traceback in the console.

Change-Id: I1a5cf29b18af626545c636c51219f9ed497c19fa
Signed-off-by: Chris Redpath <chris.redpath@arm.com>
kernel/sched/fair.c
kernel/sched/tune.c