[PATCH] cpufreq: Align all CPUs to the same frequency if using shared clock

2014-01-20 Thread lizhuangzhi
Some SMP systems want to make all the possible CPUs share the clock, if the CPUs init frequencies aren't the same, we need to align all the CPUs to the same frequency while CPUs registing to avoid mismatched CPU's P-states. Signed-off-by: lizhuangzhi --- drivers/cpufreq/cpufreq.c |2 ++ 1

[PATCH] cpufreq: Align all CPUs to the same frequency if using shared clock

2014-01-20 Thread lizhuangzhi
Some SMP systems want to make all the possible CPUs share the clock, if the CPUs init frequencies aren't the same, we need to align all the CPUs to the same frequency while CPUs registing to avoid mismatched CPU's P-states. Signed-off-by: lizhuangzhi zhuangzhi...@intel.com --- drivers/cpufreq