cpufreq: interactive: Don't set floor_validate_time during boost
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / cpufreq_interactive.c
index 6b3facdf5ba27f9729f61ecd8c1518459f888e77..49f206e48aa36d0d99811976ce4377cff342ac9d 100644 (file)
@@ -609,14 +609,6 @@ static void cpufreq_interactive_boost(struct cpufreq_interactive_tunables *tunab
                                ktime_to_us(ktime_get());
                        anyboost = 1;
                }
                                ktime_to_us(ktime_get());
                        anyboost = 1;
                }
-
-               /*
-                * Set floor freq and (re)start timer for when last
-                * validated.
-                */
-
-               pcpu->floor_freq = tunables->hispeed_freq;
-               pcpu->floor_validate_time = ktime_to_us(ktime_get());
                spin_unlock_irqrestore(&pcpu->target_freq_lock, flags[1]);
        }
 
                spin_unlock_irqrestore(&pcpu->target_freq_lock, flags[1]);
        }