|
@@ -670,7 +670,7 @@ static int time_cpufreq_notifier(struct notifier_block *nb, unsigned long val,
|
|
|
if ((val == CPUFREQ_PRECHANGE && freq->old < freq->new) ||
|
|
|
(val == CPUFREQ_POSTCHANGE && freq->old > freq->new) ||
|
|
|
(val == CPUFREQ_RESUMECHANGE)) {
|
|
|
- *lpj = cpufreq_scale(loops_per_jiffy_ref, ref_freq, freq->new);
|
|
|
+ *lpj = cpufreq_scale(loops_per_jiffy_ref, ref_freq, freq->new);
|
|
|
|
|
|
tsc_khz = cpufreq_scale(tsc_khz_ref, ref_freq, freq->new);
|
|
|
if (!(freq->flags & CPUFREQ_CONST_LOOPS))
|