Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752677AbZIZUD3 (ORCPT ); Sat, 26 Sep 2009 16:03:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752224AbZIZUD2 (ORCPT ); Sat, 26 Sep 2009 16:03:28 -0400 Received: from mk-filter-1-a-1.mail.uk.tiscali.com ([212.74.100.52]:42935 "EHLO mk-filter-1-a-1.mail.uk.tiscali.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751982AbZIZUD1 (ORCPT ); Sat, 26 Sep 2009 16:03:27 -0400 X-Trace: 266844257/mk-filter-1.mail.uk.tiscali.com/B2C/$b2c-THROTTLED-DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/79.69.58.251/None/hugh.dickins@tiscali.co.uk X-SBRS: None X-RemoteIP: 79.69.58.251 X-IP-MAIL-FROM: hugh.dickins@tiscali.co.uk X-SMTP-AUTH: X-MUA: X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnQFANoPvkpPRTr7/2dsb2JhbACBUNJihB4F X-IronPort-AV: E=Sophos;i="4.44,457,1249254000"; d="scan'208";a="266844257" Date: Sat, 26 Sep 2009 21:03:27 +0100 (BST) From: Hugh Dickins X-X-Sender: hugh@sister.anvils To: Christoph Hellwig cc: Michal Simek , linux-arch@vger.kernel.org, microblaze-uclinux@itee.uq.edu.au, linux-kernel@vger.kernel.org Subject: Re: [PATCH] kill USE_ELF_CORE_DUMP In-Reply-To: <20090926195010.GA24592@lst.de> Message-ID: References: <20090423183331.GA19899@lst.de> <49F16786.7010401@petalogix.com> <20090926195010.GA24592@lst.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 799 Lines: 18 On Sat, 26 Sep 2009, Christoph Hellwig wrote: > Currently all architectures but microblaze unconditionally define > USE_ELF_CORE_DUMP. The microblaze ommision seems like an error to > me, so let's kill this ifdef and make sure we are the same everywhere. > > Signed-off-by: Christoph Hellwig Yes, I came to a similar conclusion when I added get_dump_page(): #ifdef'ed it on CONFIG_ELF_CORE, but couldn't see the point of USE_ELF_CORE_DUMP. (Though I missed the microblaze omission). Acked-by: Hugh Dickins -- 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/