All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: "Rafał Bilski" <rafalbilski@interia.pl>
Cc: Dave Jones <davej@codemonkey.org.uk>, cpufreq@lists.linux.org.uk
Subject: Re: [PATCH] Longhaul - Don't use regs to obtain FSB frequency
Date: Wed, 13 Dec 2006 17:50:09 -0500	[thread overview]
Message-ID: <20061213225009.GL2418@redhat.com> (raw)
In-Reply-To: <458080DA.3040504@interia.pl>

On Wed, Dec 13, 2006 at 11:38:18PM +0100, Rafał Bilski wrote:
 > Current code has a problem with FSB on "PowerSaver 1.0" 
 > CPU. FSB is incorrecly guessed (again) for mini PC by Ebox. 
 > There is 8x100MHz CPU with "Nehemiah" core. It is reported 
 > as 8x133MHz. Apparently Longhaul MSR isn't reliable source 
 > of information if it is RevisionID == 0 for anything else 
 > then max multiplier. We can't read 200MHz FSB from it nor 
 > from EBLCR_POWER_ON too. This driver is working only with 
 > multipliers. FSB frequency is only needed to calculate CPU 
 > f for Cpufreq core. At boot kernel is calculating processor 
 > frequency. We know the multiplier. In this way we have bus 
 > frequency with kHz precision.

I'm puzzled.  This description talks exclusively about Nehemiah,
and yet it's making changes to code only run by the pre-Nehemiah cores.
This makes me especially nervous as those chips don't get a
great deal of testing any more, and we typically learn that we
broke them months after making changes.

Has this been tested on anything other than the system mentioned above?
It seems like huge potential for regressions here, due to the size
and impact of the changes.

		Dave

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

  reply	other threads:[~2006-12-13 22:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-13 22:38 [PATCH] Longhaul - Don't use regs to obtain FSB frequency Rafał Bilski
2006-12-13 22:50 ` Dave Jones [this message]
2006-12-13 23:22   ` Rafał Bilski
  -- strict thread matches above, loose matches on Subject: below --
2006-12-13 22:28 Rafał Bilski
2006-12-03 16:17 Rafał Bilski

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=20061213225009.GL2418@redhat.com \
    --to=davej@redhat.com \
    --cc=cpufreq@lists.linux.org.uk \
    --cc=davej@codemonkey.org.uk \
    --cc=rafalbilski@interia.pl \
    /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.