lkml.org 
[lkml]   [2009]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [git-pull -tip] x86: cpu_debug patches
From
Date
On Tue, 2009-04-28 at 19:28 +0200, Ingo Molnar wrote:
> * Jaswinder Singh Rajput <jaswinder@kernel.org> wrote:
>
> > @@ -850,10 +903,10 @@ static int cpu_init_cpu(void)
> > cpui = &cpu_data(cpu);
> > if (!cpu_has(cpui, X86_FEATURE_MSR))
> > continue;
> > - per_cpu(cpu_model, cpu) = ((cpui->x86_vendor << 16) |
> > - (cpui->x86 << 8) |
> > - (cpui->x86_model));
> > - per_cpu(cpu_modelflag, cpu) = get_cpu_modelflag(cpu);
> > + per_cpu(cpu_modelflag, cpu) = get_cpu_flag(cpui);
> > + if (!per_cpu(cpu_modelflag, cpu))
> > + send_report(per_cpu(cpu_priv_count, cpu), cpui);
>
> This means that if the CPU is not enumerated in the model table
> explicitly, we'll fall back to some really minimal output, right?
>

Yes.
--
JSR



\
 
 \ /
  Last update: 2009-04-29 05:57    [W:0.070 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site