Merge tag 'xtensa-next-20140721' of git://github.com/czankel/xtensa-linux
[deliverable/linux.git] / arch / sparc / kernel / time_64.c
index 24e8b8705e7f958c60982b4526b78cd7b1f52e10..3fddf64c7fc63ab81bb1ec0599b9cefa790ec6c8 100644 (file)
@@ -659,8 +659,7 @@ static int sparc64_cpufreq_notifier(struct notifier_block *nb, unsigned long val
                ft->clock_tick_ref = cpu_data(cpu).clock_tick;
        }
        if ((val == CPUFREQ_PRECHANGE  && freq->old < freq->new) ||
-           (val == CPUFREQ_POSTCHANGE && freq->old > freq->new) ||
-           (val == CPUFREQ_RESUMECHANGE)) {
+           (val == CPUFREQ_POSTCHANGE && freq->old > freq->new)) {
                cpu_data(cpu).clock_tick =
                        cpufreq_scale(ft->clock_tick_ref,
                                      ft->ref_freq,
This page took 0.029643 seconds and 5 git commands to generate.