On 22.08.2025 12:52, Penny Zheng wrote: > A helper function handle_cpufreq_cmdline() is introduced to tidy different > handling pathes. > We also add a new helper cpufreq_opts_contain() to ignore redundant setting, > like "cpufreq=hwp;hwp;xen" > As only slot 0 of cpufreq_xen_opts[] needs explicit initializing with > non-zero CPUFREQ_xen, dropping full array initializer could avoid touching > initializer every time it grows > > Signed-off-by: Penny Zheng <penny.zh...@amd.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>