schedutil: change reference max frequency
authorYoungtae Lee <yt0729.lee@samsung.com>
Mon, 25 Sep 2017 13:20:35 +0000 (06:20 -0700)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:26:37 +0000 (17:26 +0900)
commitfc4ca4dff7cf6252cfe803b525a1cf3c9db0648f
tree3f48a65a2d5f6f3d99a3fc83b5a91ccd43832e0c
parentb299d420c73bf18692b377881f7c56f4902222d0
schedutil: change reference max frequency

When cpuinfo.max_frequency and policy->max is different,
This causes a bug in which the frequency increases quickly
To solve this problem, always use fixed max_frequency(cpuinfo.max_frequency)

Change-Id: I362268ebd5ffdb3e3229a414752cfb93651f2656
Signed-off-by: Youngtae Lee <yt0729.lee@samsung.com>
kernel/sched/cpufreq_schedutil.c