cpufreq Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: cpufreq@www.linux.org.uk
Subject: Re: [PATCH] speedstep-smi: only allow it to run on mobile Intel Pentium III
Date: Fri, 3 Sep 2004 21:24:10 +0100	[thread overview]
Message-ID: <20040903202410.GQ26419@redhat.com> (raw)
In-Reply-To: <20040903160043.GA8523@dominikbrodowski.de>

On Fri, Sep 03, 2004 at 06:00:43PM +0200, Dominik Brodowski wrote:
 > speedstep-smi only makes sense on Intel mobile Pentium III systems.
 > So, unify the distributed checks for speedstep_processor there,
 > and disallow P4s.
 > 
 > Signed-off-by: Dominik Brodowski <linux@brodo.de>
 > 
 >  arch/i386/kernel/cpu/cpufreq/speedstep-smi.c |   25 ++++++++++++-------------
 >  1 files changed, 12 insertions(+), 13 deletions(-)

Applied.

 > +	switch (speedstep_processor) {
 > +	case SPEEDSTEP_PROCESSOR_PIII_T:
 > +        case SPEEDSTEP_PROCESSOR_PIII_C:
 > +        case SPEEDSTEP_PROCESSOR_PIII_C_EARLY:
 > +		break;

Careful with indentation 8-)  I fixed this up..

		Dave

      reply	other threads:[~2004-09-03 20:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-03 16:00 [PATCH] speedstep-smi: only allow it to run on mobile Intel Pentium III Dominik Brodowski
2004-09-03 20:24 ` Dave Jones [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=20040903202410.GQ26419@redhat.com \
    --to=davej@redhat.com \
    --cc=cpufreq@www.linux.org.uk \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox