cpufreq: exynos: Get booting freq value in exynos_cpufreq_init
authorJonghwan Choi <jhbird.choi@samsung.com>
Fri, 18 Jan 2013 19:09:01 +0000 (11:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Apr 2013 16:52:11 +0000 (09:52 -0700)
commitd84536a6ce05becd84241f9fc38245c4008f7297
tree88383c2429766688816d8b5ad1b3d719aea3e857
parent26bc22fb31042b628b5022c264c215d98a2d2da8
cpufreq: exynos: Get booting freq value in exynos_cpufreq_init

commit 6e45eb12fd1c741d556bf264ee98853b5f3104e5 upstream.

Boot_freq is for saving booting freq. But exynos_cpufreq_cpu_init
is called in hotplug. If boot_freq is existed in exynos_cpufreq_cpu_init,
boot_freq could be changed.

Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/cpufreq/exynos-cpufreq.c