Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754721AbXKDGVS (ORCPT ); Sun, 4 Nov 2007 01:21:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753239AbXKDGVJ (ORCPT ); Sun, 4 Nov 2007 01:21:09 -0500 Received: from gw.goop.org ([64.81.55.164]:40119 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753063AbXKDGVI (ORCPT ); Sun, 4 Nov 2007 01:21:08 -0500 Message-ID: <472D64B4.3000306@goop.org> Date: Sat, 03 Nov 2007 23:20:36 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Jeff Garzik CC: Sam Ravnborg , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , LKML , Andrew Morton Subject: Re: [PATCH] replace "make ARCH=i386/x86_64 with make ARCH=x86" References: <20071103234826.GA26654@uranus.ravnborg.org> <472D282B.2000208@garzik.org> In-Reply-To: <472D282B.2000208@garzik.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1158 Lines: 25 Jeff Garzik wrote: > This also opens a chicken-and-egg problem... What kind of config is > generated by allmodconfig when ARCH==x86? There is no good answer. With a unified x86 architecture, the decision to compile with 32 or 64-bit mode isn't really different from SMP vs UP, PAE vs non-PAE and so on. It's just a config option with global effects. Over time, the number of config options with are really 32 or 64-bit specific will probably pretty small. > The existing tradition of switching between 32-bit and 64-bit was > quite nice, and it was done in The Obvious Way(tm) -- via the method > for specifying the architecture/platform. Switching to Kconfig for > that decision is a step backwards in usability and IMO violates the > Principle of Least Surprise. The architecture is now x86, with a further 32 or 64-bit parameter. We already have config options for setting the sub-architecture. J - 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/