RE: [PATCH] cpufreq: exynos: Get booting freq value in exynos_cpufreq_init

2013-01-17 Thread Kukjin Kim
Jonghwan Choi wrote: > > 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 > --- > drivers/cpufreq/exynos-cpufreq.c |4 ++-- > 1 files c

[PATCH] cpufreq: exynos: Get booting freq value in exynos_cpufreq_init

2013-01-07 Thread Jonghwan Choi
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 --- drivers/cpufreq/exynos-cpufreq.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)