Hi Rafael, On 12 November 2015 at 19:52, Ashwin Chaugule <ashwin.chaugule@xxxxxxxxxx> wrote: > The CPU policy struct indicates the co-ordination type > for all CPUs of a common freq domain. Initialize it > correctly using the CPU specific data gathered from > CPPC ACPI lib via acpi_get_psd_map(). > > Signed-off-by: Ashwin Chaugule <ashwin.chaugule@xxxxxxxxxx> > --- > drivers/cpufreq/cppc_cpufreq.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/cpufreq/cppc_cpufreq.c b/drivers/cpufreq/cppc_cpufreq.c > index 93c219f..508809b 100644 > --- a/drivers/cpufreq/cppc_cpufreq.c > +++ b/drivers/cpufreq/cppc_cpufreq.c > @@ -98,6 +98,7 @@ static int cppc_cpufreq_cpu_init(struct cpufreq_policy *policy) > policy->max = cpu->perf_caps.highest_perf; > policy->cpuinfo.min_freq = policy->min; > policy->cpuinfo.max_freq = policy->max; > + policy->shared_type = cpu->shared_type; > > if (policy->shared_type == CPUFREQ_SHARED_TYPE_ANY) > cpumask_copy(policy->cpus, cpu->shared_cpu_map); > -- > 1.9.1 > I apologize for not spotting this earlier, but I seem to have gotten overzealous cleaning up code here. Can this make it into v4.4-rc1 along with what you've already pushed out? Thanks, Ashwin. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html