Re: [Xen-devel] [PATCH v4 05/11] x86/intel_pstate: relocate the driver register function

2015-07-27 Thread Wang, Wei W
On 24/07/2015 21:36, Jan Beulich wrote: On 25.06.15 at 13:16, wei.w.w...@intel.com wrote: Register the CPU hotplug notifier when the driver is registered, and move the driver register function to the cpufreq.c. At the very least this ought to be merged with the previous patch. ---

Re: [Xen-devel] [PATCH v4 05/11] x86/intel_pstate: relocate the driver register function

2015-07-24 Thread Jan Beulich
On 25.06.15 at 13:16, wei.w.w...@intel.com wrote: Register the CPU hotplug notifier when the driver is registered, and move the driver register function to the cpufreq.c. At the very least this ought to be merged with the previous patch. --- a/xen/drivers/cpufreq/cpufreq.c +++

[Xen-devel] [PATCH v4 05/11] x86/intel_pstate: relocate the driver register function

2015-06-25 Thread Wei Wang
Register the CPU hotplug notifier when the driver is registered, and move the driver register function to the cpufreq.c. v4 changes: 1) Coding style change (the position of ||). Signed-off-by: Wei Wang wei.w.w...@intel.com --- xen/drivers/cpufreq/cpufreq.c | 14 +++---