Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264162AbTEOSrS (ORCPT ); Thu, 15 May 2003 14:47:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264167AbTEOSrS (ORCPT ); Thu, 15 May 2003 14:47:18 -0400 Received: from ns.suse.de ([213.95.15.193]:25612 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S264162AbTEOSrQ (ORCPT ); Thu, 15 May 2003 14:47:16 -0400 Date: Thu, 15 May 2003 21:00:06 +0200 From: Andi Kleen To: john stultz Cc: Andi Kleen , lkml , Andrew Morton , "Martin J. Bligh" , keith maanthey Subject: Re: [PATCH] linux-2.5.69_subarch-fix_A0.patch Message-ID: <20030515190006.GA30173@Wotan.suse.de> References: <1052966228.9630.69.camel@w-jstultz2.beaverton.ibm.com> <20030515065120.GA3469@Wotan.suse.de> <1053019259.9630.91.camel@w-jstultz2.beaverton.ibm.com> <20030515172855.GA10831@Wotan.suse.de> <1053020763.9629.104.camel@w-jstultz2.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1053020763.9629.104.camel@w-jstultz2.beaverton.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1374 Lines: 31 On Thu, May 15, 2003 at 10:46:03AM -0700, john stultz wrote: > On Thu, 2003-05-15 at 10:28, Andi Kleen wrote: > > > You did get around it in the generic subarch (which I love, by the way, > > > thanks so much for doing that work), but in a roundabout way. (via > > > #ifdef APIC_DEFINITION trickery). > > > > The best fix is probably to just remove the summit selection and replace > > it with the generic architecture. > > I'd agree (long term even more strongly), although along with that I'd > like to be able to pick and choose my subarch. So I can have a kernel > that supports say, PC and BigSMP, but not NUMAQ or whatever. I believe > this is doable with your infrastructure, but I'm not sure how much work > it will take. NUMAQ is not supported by the generic subarchitecture anyways. The only supported architecturs by generic are pc, bigsmp, summit. In theory you could subselect them, but it's only a few bytes for each so it's probably not worth the effort. Technically it isn't a big issue, you would just need to add it to Kconfig (not sure how to do that cleanly), the Makefile and the probe table. -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/