From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932619AbVJ0Bkj (ORCPT ); Wed, 26 Oct 2005 21:40:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932620AbVJ0Bkj (ORCPT ); Wed, 26 Oct 2005 21:40:39 -0400 Received: from zproxy.gmail.com ([64.233.162.204]:23475 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S932619AbVJ0Bki convert rfc822-to-8bit (ORCPT ); Wed, 26 Oct 2005 21:40:38 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FDCBJaG/AONXVJTaA0+FRkTc4TuecaoYnTtFYj1htYBlhuHod5a7z6oOwrtsoEomAz8Z1Nduhx0HaOzXYpPTsxkP77vjs5f3qQ8yLUHF8JSkJt9SxxaKFmqm6bRLotLU5PXJnbkoBg4y4xOHiJ7hn/TZ0IovNzwl942tyUJfDos= Message-ID: Date: Thu, 27 Oct 2005 10:40:37 +0900 From: Magnus Damm To: Andi Kleen Subject: Re: [discuss] [rfc] x86_64: Kconfig changes for NUMA Cc: discuss@x86-64.org, Ravikiran G Thirumalai , linux-kernel@vger.kernel.org, "Shai Fultheim (Shai@scalex86.org)" In-Reply-To: <200510261646.26331.ak@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <20051026070956.GA3561@localhost.localdomain> <200510261646.26331.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 10/26/05, Andi Kleen wrote: > On Wednesday 26 October 2005 09:09, Ravikiran G Thirumalai wrote: > > > > > 1. Makes NUMA a config option like other arches > > 2. Makes topology detection options like K8_NUMA dependent on NUMA > > 3. Choosing ACPI NUMA detection can be done from the standard > > "Processor type and features" menu > > Comments? > > It's in principle ok except that I don't like the dependencies and > defaults. K8_NUMA shouldn't be dependent on !M_PSC. And the defaults > should be just dropped. While at it, could you please consider to remove the SMP dependency from NUMA_EMU? 2.6.14-rc5-git5 builds and works with !SMP and NUMA_EMU. Why? 1. No need to force SMP when not needed. 2. qemu-system-x86_64 does not currently work with SMP kernels. Thanks, / magnus