public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Zick" <lkml@morethan.org>
To: Dave Jones <davej@redhat.com>
Cc: Harald Welte <HaraldWelte@viatech.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Duane Griffin <duaneg@dghda.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.6.30-rc8 [also: VIA Support]
Date: Thu, 4 Jun 2009 18:26:40 -0500	[thread overview]
Message-ID: <200906041826.42856.lkml@morethan.org> (raw)
In-Reply-To: <200906041700.17852.lkml@morethan.org>

On Thu June 4 2009, Michael S. Zick wrote:
> On Thu June 4 2009, Dave Jones wrote:
> > On Thu, Jun 04, 2009 at 04:38:13PM -0500, Michael S. Zick wrote:
>

I have it now, you where speaking of the "product vendor Centaur"
not a specific model name "Centaur".

Which I translate into: that statement block needs to be converted into
(possibly nested) switch statement(s).
Since there is not a "model check" in it only a "Series" and "Vendor" check.

Yuck.
Mike

> >  > I have already preceded that chunk of code with a printk and confirmed
> >  > that x86_clflush_size is properly set to 64 bytes (somewhere else).
> >  > 
> >  > So your suggestion is the obvious one for the C7-M,
> >  > I don't know about any other makes/models. 
> >  > 
> >  > This machine's C7-M is being reported as a "stepping 0" ??
> >  > What is earlier than a stepping 0 ??
> > 
> > Earlier model numbers.
> > (Stepping gets reset to 0 every time they bump the model)
> > 
> 
> So 6.model=13.stepping=0 should do it for the (or this) C7-M, correct?
> Your mention of "earlier models" will not apply until there is a
> stepping >0 for a model=13, correct?
> 
> Would a good practice be to put a "WARN_ON" in there in case a stepping
> greater than =0 happens to execute the code?
> In addition to checking specificly for 6.13.0 (rather than just 6.13).
> 
> Hmmm...
> But that is making a big mess of a small mess -
> Why not just do the assignment you suggest for 6.model>=13?
> 
> Models earlier than 13 are evidently working (due to lack of
> bug reports or other noise on this list).
> 
> Mike
> > 	Dave
> > 
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> > 
> > 
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 



  reply	other threads:[~2009-06-04 23:27 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-03  4:06 Linux 2.6.30-rc8 Linus Torvalds
2009-06-04 13:56 ` Linux 2.6.30-rc8 [also: VIA Support] Michael S. Zick
2009-06-04 14:58   ` Michael S. Zick
2009-06-04 15:18     ` Linus Torvalds
2009-06-04 15:37       ` Michael S. Zick
2009-06-04 17:45         ` Harald Welte
2009-06-08  5:48         ` Pavel Machek
2009-06-04 16:00       ` Duane Griffin
2009-06-04 16:08         ` Michael S. Zick
2009-06-04 16:13         ` Linus Torvalds
2009-06-04 16:21           ` Michael S. Zick
2009-06-04 17:03             ` Linus Torvalds
2009-06-04 17:07               ` Linus Torvalds
2009-06-04 17:27                 ` Michael S. Zick
2009-06-04 17:46                   ` Linus Torvalds
2009-06-05 11:06                     ` VIA PowerSaver (Re: Linux 2.6.30-rc8 [also: VIA Support]) Harald Welte
2009-06-05 13:41                       ` Michael S. Zick
2009-06-06 12:17                     ` Linux 2.6.30-rc8 [also: VIA Support] Michael S. Zick
2009-06-06 13:28                       ` e_powersaver / underclocking (was Re: Linux 2.6.30-rc8 [also: VIA Support]) Harald Welte
2009-06-06 13:46                         ` Michael S. Zick
2009-06-06 13:56                           ` Michael S. Zick
2009-06-08  7:53                             ` e_powersaver driver considered DANGEROUS " Harald Welte
2009-06-08  6:12                               ` Pavel Machek
2009-06-08 10:27                             ` [PATCH 1/2] CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUs Harald Welte
2009-06-08 13:16                               ` Matthew Garrett
2009-06-08 18:01                                 ` Harald Welte
2009-06-08 14:25                               ` Michael S. Zick
2009-06-08 14:58                                 ` Matthew Garrett
2009-06-08 15:08                                   ` Michael S. Zick
2009-06-08 18:35                               ` Linus Torvalds
2009-06-08 18:41                                 ` Michael S. Zick
2009-06-08 21:32                                 ` Michael S. Zick
2009-06-09  2:15                                 ` Harald Welte
2009-06-09 12:26                                   ` Michael S. Zick
2009-06-09 16:22                                     ` Chuck Ebbert
2009-06-09 16:45                                       ` Michael S. Zick
2009-06-15 13:10                                 ` TSC features, was: " Michael S. Zick
2009-06-15 14:25                                   ` [PATCH, RFC] Re: TSC features, Michael S. Zick
2009-06-08 20:03                               ` [PATCH 1/2] CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUs Michael S. Zick
2009-06-08 21:15                                 ` Michael S. Zick
2009-06-08 23:48                                   ` Matthew Garrett
2009-06-09 12:36                                     ` Michael S. Zick
2009-06-09 16:00                                       ` Michael S. Zick
2009-06-09 17:51                                       ` Michael S. Zick
2009-06-09  8:14                       ` Linux 2.6.30-rc8 [also: VIA Support] Harald Welte
2009-06-04 17:55                   ` Dave Jones
2009-06-05  7:27                   ` Harald Welte
2009-06-05  7:41                     ` Michael S. Zick
2009-06-05  7:19                 ` Harald Welte
2009-06-05  7:27                   ` Michael S. Zick
2009-06-05 10:39                     ` Harald Welte
2009-06-05 13:18                       ` Michael S. Zick
2009-06-08  5:56                 ` Pavel Machek
2009-06-04 17:13               ` Michael S. Zick
2009-06-04 17:40             ` Harald Welte
2009-06-04 18:12               ` Michael S. Zick
2009-06-04 19:23                 ` Michael S. Zick
2009-06-04 20:32                   ` Michael S. Zick
2009-06-05  4:37                     ` Michael S. Zick
2009-06-05  9:00                       ` Michael S. Zick
2009-06-04 20:33                 ` Dave Jones
2009-06-04 21:01                   ` Michael S. Zick
2009-06-04 21:24                     ` Dave Jones
2009-06-04 21:38                       ` Michael S. Zick
2009-06-04 21:43                         ` Dave Jones
2009-06-04 22:00                           ` Michael S. Zick
2009-06-04 23:26                             ` Michael S. Zick [this message]
2009-06-05  0:15                               ` Dave Jones
2009-06-05  0:27                                 ` Michael S. Zick
2009-06-05 11:08                                 ` VIA CPU PCI cache line size (Re: Linux 2.6.30-rc8 [also: VIA Support]) Harald Welte
2009-06-05 13:43                                   ` Michael S. Zick
2009-06-04 20:16               ` Linux 2.6.30-rc8 [also: VIA Support] Andi Kleen
2009-06-04 20:29                 ` Michael S. Zick
2009-06-05  0:33                   ` Robert Hancock
2009-06-05  0:52                     ` Michael S. Zick
2009-06-05  0:54                       ` Robert Hancock
2009-06-05  7:30                 ` Harald Welte
2009-06-04 17:08           ` Harald Welte
2009-06-04 17:18             ` Michael S. Zick
2009-06-05  7:24               ` Harald Welte
2009-06-05  7:44                 ` Michael S. Zick
2009-06-05  7:52                   ` Michael S. Zick
2009-06-04 20:39             ` Gerd Hoffmann
2009-06-05 18:47 ` Linux 2.6.30-rc8 Michael S. Zick

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=200906041826.42856.lkml@morethan.org \
    --to=lkml@morethan.org \
    --cc=HaraldWelte@viatech.com \
    --cc=davej@redhat.com \
    --cc=duaneg@dghda.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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