Re: [Xen-devel] [RFC PATCH v5 06/12] cpufreq: make cpufreq driver more generalizable

2014-12-18 Thread Jan Beulich
>>> On 11.11.14 at 14:17, wrote: > @@ -207,6 +207,18 @@ int cpufreq_add_cpu(unsigned int cpu) > ); > return -EINVAL; > } > +#else /* CONFIG_ACPI */ > +if ((perf->domain_info.num_processors != > +processor_pminfo[firstcpu]->perf.domain_info

[Xen-devel] [RFC PATCH v5 06/12] cpufreq: make cpufreq driver more generalizable

2014-11-11 Thread Oleksandr Dmytryshyn
First implementation of the cpufreq driver has been written with x86 in mind. This patch makes possible the cpufreq driver be working on both x86 and arm architectures. Signed-off-by: Oleksandr Dmytryshyn --- xen/Rules.mk | 1 + xen/drivers/cpufreq/cpufreq.c| 80