]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 18 Jan 2013 19:09:01 +0000 (11:09 -0800)
commit6e45eb12fd1c741d556bf264ee98853b5f3104e5
treeaffdd16a59c901684f96fd76f08edc6705597d9d
parent1298271b03be167f455303cd9146ba1b771028d8
cpufreq: exynos: Get booting freq value in exynos_cpufreq_init

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>
drivers/cpufreq/exynos-cpufreq.c