>>> On 11.06.15 at 10:28, <wei.w.w...@intel.com> wrote: > --- a/xen/arch/x86/acpi/cpufreq/intel_pstate.c > +++ b/xen/arch/x86/acpi/cpufreq/intel_pstate.c > @@ -749,6 +749,9 @@ static struct cpufreq_driver intel_pstate_driver = { > .name = "intel_pstate", > }; > > +static bool_t __initdata load_intel_pstate; > +boolean_param("intel_pstate", load_intel_pstate); > + > static int intel_pstate_msrs_not_valid(void) > { > if (!pstate_funcs.get_max() ||
Please move this immediately ahead of the (only) function you need it in, or even inside that function. With that and with patch 9 folded into this one Acked-by: Jan Beulich <jbeul...@suse.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel