Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756767AbYA2H5M (ORCPT ); Tue, 29 Jan 2008 02:57:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752701AbYA2H5A (ORCPT ); Tue, 29 Jan 2008 02:57:00 -0500 Received: from one.firstfloor.org ([213.235.205.2]:56390 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752096AbYA2H47 (ORCPT ); Tue, 29 Jan 2008 02:56:59 -0500 Date: Tue, 29 Jan 2008 09:31:12 +0100 From: Andi Kleen To: Yinghai Lu Cc: Andi Kleen , Joachim Deguara , tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, Dean Roe Subject: Re: [PATCH] x86: add PCI IDs to k8topology_64.c II Message-ID: <20080129083112.GA1466@one.firstfloor.org> References: <200801281211.28214.joachim.deguara@amd.com> <200801282012.47190.yinghai.lu@sun.com> <20080129045659.GA31847@one.firstfloor.org> <20080129080927.GA1414@one.firstfloor.org> <86802c440801282339q77a585f5h82df44295ddfb6fd@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86802c440801282339q77a585f5h82df44295ddfb6fd@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1044 Lines: 26 On Mon, Jan 28, 2008 at 11:39:30PM -0800, Yinghai Lu wrote: > On Jan 29, 2008 12:09 AM, Andi Kleen wrote: > > > SRAT is essentially just a two dimensional table with node distances. > > > > Sorry, that was actually SLIT. SRAT is not two dimensional, but also > > relatively simple. SLIT you don't really need to implement. > > > > need to add some CONFIG option to parse SRAT, MADT etc only. but don't > pull DSDT related... I don't think it needs a CONFIG. The code should handle this case by itself in any case. I'm not entirely sure it does currently, but if it doesn't it will likely not be very difficult to fix. Or are you worried about code size? ACPI is around ~270k on x86-64, which while certainly not small should not be a problem on x86 NUMA systems. -Andi -- 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/