Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 6 Jan 2003 18:48:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 6 Jan 2003 18:48:45 -0500 Received: from packet.digeo.com ([12.110.80.53]:55283 "EHLO packet.digeo.com") by vger.kernel.org with ESMTP id ; Mon, 6 Jan 2003 18:48:44 -0500 Message-ID: <3E1A17DB.D400C900@digeo.com> Date: Mon, 06 Jan 2003 15:57:15 -0800 From: Andrew Morton X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.5.51 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Randy.Dunlap" CC: Linus Torvalds , Tom Rini , linux-kernel@vger.kernel.org Subject: Re: [PATCH] configurable LOG_BUF_SIZE (updated) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Jan 2003 23:57:15.0815 (UTC) FILETIME=[56C91B70:01C2B5DF] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1862 Lines: 37 "Randy.Dunlap" wrote: > > ... > arch/alpha/Kconfig | 27 +++++++++++++++++++++++++++ > arch/arm/Kconfig | 27 +++++++++++++++++++++++++++ > arch/cris/Kconfig | 27 +++++++++++++++++++++++++++ > arch/i386/Kconfig | 27 +++++++++++++++++++++++++++ > arch/ia64/Kconfig | 27 +++++++++++++++++++++++++++ > arch/m68k/Kconfig | 27 +++++++++++++++++++++++++++ > arch/m68knommu/Kconfig | 27 +++++++++++++++++++++++++++ > arch/mips/Kconfig | 27 +++++++++++++++++++++++++++ > arch/mips64/Kconfig | 27 +++++++++++++++++++++++++++ > arch/parisc/Kconfig | 27 +++++++++++++++++++++++++++ > arch/ppc/Kconfig | 27 +++++++++++++++++++++++++++ > arch/ppc64/Kconfig | 27 +++++++++++++++++++++++++++ > arch/s390/Kconfig | 27 +++++++++++++++++++++++++++ > arch/s390x/Kconfig | 27 +++++++++++++++++++++++++++ > arch/sh/Kconfig | 27 +++++++++++++++++++++++++++ > arch/sparc/Kconfig | 27 +++++++++++++++++++++++++++ > arch/sparc64/Kconfig | 27 +++++++++++++++++++++++++++ > arch/um/Kconfig | 27 +++++++++++++++++++++++++++ > arch/v850/Kconfig | 27 +++++++++++++++++++++++++++ > arch/x86_64/Kconfig | 27 +++++++++++++++++++++++++++ > init/Kconfig | 45 --------------------------------------------- > 21 files changed, 540 insertions(+), 45 deletions(-) Oh gack. And you've got stuff like "if numaq" in the sparc64 config files. You did have a version which instantiated a common $TOPDIR/kernel/Kconfig and just included that in arch//Kconfig. Seems a better approach to me. - 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/