Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 096d8b6d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpufreq: interactive: Do not align sample windows by default"

parents 7b801a5f 4eca6073
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1500,7 +1500,6 @@ static struct cpufreq_interactive_tunables *alloc_tunable(
	tunables->timer_rate = DEFAULT_TIMER_RATE;
	tunables->boostpulse_duration_val = DEFAULT_MIN_SAMPLE_TIME;
	tunables->timer_slack_val = DEFAULT_TIMER_SLACK;
	tunables->align_windows = true;

	spin_lock_init(&tunables->target_loads_lock);
	spin_lock_init(&tunables->above_hispeed_delay_lock);