On 06.07.2023 20:54, Jason Andryuk wrote: > For hwp, the standard governors are not usable, and only the internal > one is applicable. Add the cpufreq_governor_internal boolean to > indicate when an internal governor, like hwp, will be used. This is set > during presmp_initcall, and governor registration can be skipped when > called during initcall. > > This way unusable governors are not registered, and only compatible > governors are advertised to userspace. > > Signed-off-by: Jason Andryuk <jandr...@gmail.com>
Acked-by: Jan Beulich <jbeul...@suse.com>