Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264897AbUD2RB1 (ORCPT ); Thu, 29 Apr 2004 13:01:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264901AbUD2RB1 (ORCPT ); Thu, 29 Apr 2004 13:01:27 -0400 Received: from fw.osdl.org ([65.172.181.6]:31144 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S264894AbUD2Q6j (ORCPT ); Thu, 29 Apr 2004 12:58:39 -0400 Date: Thu, 29 Apr 2004 09:51:43 -0700 From: "Randy.Dunlap" To: Bartlomiej Zolnierkiewicz Cc: trini@kernel.crashing.org, linux-kernel@vger.kernel.org, akpm@osdl.org, jgarzik@pobox.com, mpm@selenic.com, zwane@linuxpower.ca Subject: Re: [PATCH] Kconfig.debug family Message-Id: <20040429095143.6de85098.rddunlap@osdl.org> In-Reply-To: <200404291842.23968.bzolnier@elka.pw.edu.pl> References: <20040421205140.445ae864.rddunlap@osdl.org> <20040426164252.GA19246@smtp.west.cox.net> <20040429083820.6457fa84.rddunlap@osdl.org> <200404291842.23968.bzolnier@elka.pw.edu.pl> Organization: OSDL X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: +5V?h'hZQPB9kW Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1631 Lines: 47 On Thu, 29 Apr 2004 18:42:23 +0200 Bartlomiej Zolnierkiewicz wrote: | On Thursday 29 of April 2004 17:38, Randy.Dunlap wrote: | > On Mon, 26 Apr 2004 09:42:52 -0700 Tom Rini wrote: | > | On Wed, Apr 21, 2004 at 08:51:40PM -0700, Randy.Dunlap wrote: | > | > Localizes kernel debug options in lib/Kconfig.debug. | > | > Puts arch-specific debug options in $ARCH/Kconfig.debug. | > | | > | [snip] | > | | > | > arch/ppc/Kconfig | 124 ------------------------- | > | > arch/ppc/Kconfig.debug | 71 ++++++++++++++ | > | | > | OCP shouldn't be moved into Kconfig.debug, it's just in an odd location | > | right now. | > | > Thanks. I moved it to under Processor options, before Platform | > options. Is that OK? | > | > Updated patch is here: | > http://developer.osdl.org/rddunlap/patches/kdebug1file_266rc2_v2.patch | > (applies to 2.6.6-rc3 with a few offsets) | > | > Waiting for 2.6.6-final... | | I guess it is not a final patch? Well, it hasn't been accepted. | Only on x86 it does a proper thing: | | arch//Kconfig -> arch//Kconfig.debug -> lib/Kconfig.debug That's because I goofed up... it's the wrong patch. I was trying something that someone suggested (You!) and it didn't work out in a desirable way as far as how it's presented in {x,menu}config, so I need to fix that (i386 part) and then you can complain some more. :) -- ~Randy - 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/