From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752368AbYASGU1 (ORCPT ); Sat, 19 Jan 2008 01:20:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751161AbYASGUO (ORCPT ); Sat, 19 Jan 2008 01:20:14 -0500 Received: from rv-out-0910.google.com ([209.85.198.191]:11662 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751067AbYASGUM (ORCPT ); Sat, 19 Jan 2008 01:20:12 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qx/g5mwMF45S9eaY16xj/8B8DrMNnhPY1zeDAVmHtBjj2DL8wNKoCwSCumtqnrJd8eoYL2tA8kLCQqFmeGnYKY1DK9VPUQuoXpL8CYUDQiY4+9KArEfF1oJjT9iTuobiJ0Hz5Da4zc+8uHmWS6btfRDLjb13pm3e4fqemNI/kFc= Message-ID: <86802c440801182220h640dc0csabd92e715d4e79d0@mail.gmail.com> Date: Fri, 18 Jan 2008 22:20:11 -0800 From: "Yinghai Lu" To: "David Rientjes" Subject: Re: [PATCH 1/5] x86: Change size of node ids from u8 to u16 fixup Cc: travis@sgi.com, "Andrew Morton" , "Andi Kleen" , mingo@elte.hu, "Christoph Lameter" , linux-mm@kvack.org, linux-kernel@vger.kernel.org, "Eric Dumazet" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080118183011.354965000@sgi.com> <20080118183011.527888000@sgi.com> <86802c440801182003vd94044ex7fb13e61e5f79c81@mail.gmail.com> <86802c440801182043l1f36086bq51d1fa0528e6bd74@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Jan 18, 2008 9:17 PM, David Rientjes wrote: > On Fri, 18 Jan 2008, Yinghai Lu wrote: > > > > > I got > > > > SART: PXM 0 -> APIC 0 -> Node 255 > > > > SART: PXM 0 -> APIC 1 -> Node 255 > > > > SART: PXM 1 -> APIC 2 -> Node 255 > > > > SART: PXM 1 -> APIC 3 -> Node 255 > > > > > > > > > > I assume this is a typo and those proximity mappings are actually from the > > > SRAT. > > > > SRAT for processor only have > > PXM and APIC id. setup_node(pxm) will get node id for pxm, start from 0... > > > > I was referring to "SART" in your log. i should copy it instead of type it... YH