cpufreq/schedutil: use boosted_cpu_util for PELT to match WALT
authorChris Redpath <chris.redpath@arm.com>
Fri, 24 Mar 2017 17:37:28 +0000 (17:37 +0000)
committerAmit Pundir <amit.pundir@linaro.org>
Wed, 21 Jun 2017 11:07:44 +0000 (16:37 +0530)
commit1ffc5888b534e21db4a3560574d437077be300b9
tree7495ff33dc67d2ea8b2b2f351ed01c94f2ebb2ee
parent6f9fd8ce1fd2fbb065759addae67db3663057a24
cpufreq/schedutil: use boosted_cpu_util for PELT to match WALT

When using WALT we always used boosted cpu util for OPP selection.
This is the primary purpose for boosted cpu util, but we hadn't
changed the PELT utilization check to do the same thing.

Fix that here.

Change-Id: Id5ffb26eac23b25fe754255221f6d21b8cededfd
Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
Signed-off-by: Chris Redpath <chris.redpath@arm.com>
kernel/sched/cpufreq_schedutil.c