On 15.07.2024 20:32, Jason Andryuk wrote: > On 2024-07-10 04:30, Sergiy Kibrik wrote: >> Build AMD Architectural P-state driver when CONFIG_AMD is on, and >> Intel Hardware P-States driver together with ACPI Processor P-States driver >> when CONFIG_INTEL is on respectively, allowing for a platform-specific build. >> >> Signed-off-by: Sergiy Kibrik <sergiy_kib...@epam.com> >> CC: Jason Andryuk <jason.andr...@amd.com> >> CC: Jan Beulich <jbeul...@suse.com> > > Reviewed-by: Jason Andryuk <jason.andr...@amd.com>
Acked-by: Jan Beulich <jbeul...@suse.com> Might be a little neater though to have the hwp_active() stub be just a single line. I may take the liberty to change that while committing. Jan