Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750810AbWA2DtA (ORCPT ); Sat, 28 Jan 2006 22:49:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750819AbWA2DtA (ORCPT ); Sat, 28 Jan 2006 22:49:00 -0500 Received: from atlrel9.hp.com ([156.153.255.214]:26051 "EHLO atlrel9.hp.com") by vger.kernel.org with ESMTP id S1750805AbWA2Ds7 (ORCPT ); Sat, 28 Jan 2006 22:48:59 -0500 From: "Bob Picco" Date: Sat, 28 Jan 2006 22:44:34 -0500 To: Paul Jackson Cc: Yasunori Goto , akpm@osdl.org, apw@shadowen.org, bob.picco@hp.com, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-ia64@vger.kernel.org, tony.luck@intel.com, ak@suse.de, len.brown@intel.com, discuss@x86-64.org Subject: Re: [PATCH 001/003]Fix unify mapping from pxm to node id. Message-ID: <20060129034434.GO7306@localhost> References: <20060123165644.C147.Y-GOTO@jp.fujitsu.com> <20060126074846.1a6dd300.pj@sgi.com> <20060128122758.CF50.Y-GOTO@jp.fujitsu.com> <20060127231517.4c0ce573.pj@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060127231517.4c0ce573.pj@sgi.com> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1237 Lines: 37 Paul Jackson wrote: [Sat Jan 28 2006, 02:15:17AM EST] > Yasunori-san, > > Thank-you for updating your patch. > > However I am still puzzled by one detail. > > Your latest patchset removes the defines: > -#define MAX_PXM_DOMAINS 256 /* 1 byte and no promises about values */ > > and: > -#define MAX_PXM_DOMAINS (256) > > but continues to have code using MAX_PXM_DOMAINS. I am unable > to compile ia64 with it now, for lack of this define. > > -- > I won't rest till it's the best ... > Programmer, Linux Scalability > Paul Jackson 1.925.600.0401 Hi Paul. MAX_PXM_DOMAINS is defined in include/acpi/acpi_numa.h. So I'm confused. I just built sn2 with Yasunori's patches applied to -mm3. I had previously built sn2 with a slightly different patch series of mine which Yasunori later incorporated most of into this patch series. Would you please send your .config and the error output from the build? thanks, bob - 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/