OSDN Git Service

Merge branch 'pm-cpufreq'
[uclinux-h8/linux.git] / drivers / cpufreq / intel_pstate.c
index fb38242..cc3a8e6 100644 (file)
@@ -502,7 +502,6 @@ static inline void intel_pstate_set_sample_time(struct cpudata *cpu)
 
        sample_time = cpu->pstate_policy->sample_rate_ms;
        delay = msecs_to_jiffies(sample_time);
-       delay -= jiffies % delay;
        mod_timer_pinned(&cpu->timer, jiffies + delay);
 }