All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: "Jan Beulich" <JBeulich@suse.com>
To: Wei Wang <wei.w.wang@intel.com>
Cc: andrew.cooper3@citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH v3 08/11] x86/intel_pstate: add a booting param to select the driver to load
Date: Thu, 18 Jun 2015 16:07:06 +0100	[thread overview]
Message-ID: <5582FABB0200007800086B25@mail.emea.novell.com> (raw)
In-Reply-To: <1434011306-17498-1-git-send-email-wei.w.wang@intel.com>

>>> On 11.06.15 at 10:28, <wei.w.wang@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 <jbeulich@suse.com>

      reply	other threads:[~2015-06-18 15:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-11  8:28 [PATCH v3 08/11] x86/intel_pstate: add a booting param to select the driver to load Wei Wang
2015-06-18 15:07 ` Jan Beulich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5582FABB0200007800086B25@mail.emea.novell.com \
    --to=jbeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=wei.w.wang@intel.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.