From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Fri, 26 Sep 2003 20:26:49 +0000 Subject: Re: [PATCH] allocate page tables on the right node Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 24 Sep 2003 11:17:57 -0700, jbarnes@sgi.com (Jesse Barnes) said: Jesse> +#define node_distance(from,to) 10 This looks bogus to me. node_distance() is used as an lvalue in acpi.c. --david