Re: [Xen-devel] [PATCH v4 08/11] x86/intel_pstate: changes in cpufreq_del_cpu for CPU offline

2015-07-24 Thread Jan Beulich
On 25.06.15 at 13:16, wei.w.w...@intel.com wrote: We change to NULL the cpufreq_cpu_policy pointer after the call of cpufreq_driver-exit, because the pointer is still needed in intel_pstate_set_pstate(). Just to continue from where I finished on the previous patch: This is an acceptable

[Xen-devel] [PATCH v4 08/11] x86/intel_pstate: changes in cpufreq_del_cpu for CPU offline

2015-06-25 Thread Wei Wang
We change to NULL the cpufreq_cpu_policy pointer after the call of cpufreq_driver-exit, because the pointer is still needed in intel_pstate_set_pstate(). v4 changes: None. Signed-off-by: Wei Wang wei.w.w...@intel.com --- xen/drivers/cpufreq/cpufreq.c | 6 +++--- 1 file changed, 3 insertions(+),