public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Jurgen Kramer <gtm.kramer@inter.nl.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6.0-test7] cpufreq longhaul trouble
Date: Fri, 10 Oct 2003 20:58:00 +0100	[thread overview]
Message-ID: <20031010195800.GK25856@redhat.com> (raw)
In-Reply-To: <1065815651.1904.4.camel@paragon.slim>

On Fri, Oct 10, 2003 at 09:54:11PM +0200, Jurgen Kramer wrote:
 > >  > 995
 > > wtf, it still displays "Highestspeed=798MHz" on startup though right ?
 > Yep,

another stupid bug.
calc_speed should look like this..

static unsigned int calc_speed (int mult, int fsb)
{
    int mhz;
    mhz = (mult/10)*fsb;
    if (mult%10)
        mhz += fsb/2;
    return mhz;
}


-- 
 Dave Jones     http://www.codemonkey.org.uk

  reply	other threads:[~2003-10-10 19:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-10 11:15 [2.6.0-test7] cpufreq longhaul trouble Jurgen Kramer
2003-10-10 18:11 ` Dave Jones
2003-10-10 18:42 ` Dave Jones
2003-10-10 19:03   ` Jurgen Kramer
2003-10-10 19:31     ` Dave Jones
2003-10-10 19:14   ` Jurgen Kramer
2003-10-10 19:34     ` Dave Jones
2003-10-10 19:54       ` Jurgen Kramer
2003-10-10 19:58         ` Dave Jones [this message]
2003-10-10 20:03           ` Jurgen Kramer

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=20031010195800.GK25856@redhat.com \
    --to=davej@redhat.com \
    --cc=gtm.kramer@inter.nl.net \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox