From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: Per-cpu patches on top of PDA stuff... Date: Wed, 20 Sep 2006 12:15:06 -0400 Message-ID: <1158768906.9633.63.camel@mulgrave.il.steeleye.com> References: <1158635617.21726.8.camel@localhost.localdomain> <450FA6FB.9020100@goop.org> <1158710822.2480.14.camel@localhost.localdomain> <200609200900.17193.ak@muc.de> <1158756868.9633.0.camel@mulgrave.il.steeleye.com> <20060920160905.GA47657@muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20060920160905.GA47657@muc.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.osdl.org Errors-To: virtualization-bounces@lists.osdl.org To: Andi Kleen Cc: Andrew Morton , virtualization@lists.osdl.org, Ingo Molnar List-Id: virtualization@lists.linuxfoundation.org On Wed, 2006-09-20 at 18:09 +0200, Andi Kleen wrote: > As APIC ID (hard_smp_processor_id()) possible, but surely not as linux lo= gical > processor id (smp_processor_id()). That always starts with 0 and goes up. Voyager is not APIC based. The SMP hal is constructed so there's no such thing as processor translation. hard and soft processor IDs return the same thing. James