[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 08/11] x86/intel_pstate: add a booting param to select the driver to load
>>> On 11.06.15 at 10:28, <wei.w.wang@xxxxxxxxx> 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 <jbeulich@xxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |