2008-03-06 21:46:52

by Yinghai Lu

[permalink] [raw]

2008-03-07 08:47:50

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] x86: introduce initial apicid


* Yinghai Lu <[email protected]> wrote:

> [PATCH] x86: introduce initial apicid
>
> store initial_apicid from early identify. it is could be different
> from phys_proc_id later
>
> also print it out in proc

thanks, applied. This is a quirky area of x86 which is a frequent source
of problems so i guess having more information in /proc/cpuinfo doesnt
hurt ...

Ingo

2008-03-07 11:02:21

by Andi Kleen

[permalink] [raw]
Subject: Re: [PATCH] x86: introduce initial apicid

On Thu, Mar 06, 2008 at 01:46:39PM -0800, Yinghai Lu wrote:
>

> [PATCH] x86: introduce initial apicid
>
> store initial_apicid from early identify. it is could be different from phys_proc_id later
>
> also print it out in proc

Looks good to me now.

-Andi