Re: [PATCH v3 03/14 RESEND] cpufreq: Export intel_feature_detect

2023-05-04 Thread Jan Beulich
On 01.05.2023 21:30, Jason Andryuk wrote: > Export feature_detect as intel_feature_detect so it can be re-used by > HWP. > > Signed-off-by: Jason Andryuk Acked-by: Jan Beulich

[PATCH v3 03/14 RESEND] cpufreq: Export intel_feature_detect

2023-05-01 Thread Jason Andryuk
Export feature_detect as intel_feature_detect so it can be re-used by HWP. Signed-off-by: Jason Andryuk --- v3: Remove void * cast when calling intel_feature_detect v2: export intel_feature_detect with typed pointer Move intel_feature_detect to acpi/cpufreq/cpufreq.h since the declaration now