Re: [PATCH] cpufreq: Use a non-boost reference frequency for pressure calculation

From: Jianyong Wu

Date: Fri Sep 18 2026 - 01:57:44 EST




On 9/17/26 13:34, Mario Limonciello wrote:


Maybe I'm missing something, but it sounds to me like it would make sense to just:

policy->cpuinfo.nominal_freq = freq_table[0].frequency

and then use cpuinfo.nominal_freq everywhere, no?

I think "nominal_freq" is better than "max_sustainable_freq". I can
change it if this solution is accepted.

Thanks
Jianyong