Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755255Ab1EGN57 (ORCPT ); Sat, 7 May 2011 09:57:59 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:61711 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755050Ab1EGN55 convert rfc822-to-8bit (ORCPT ); Sat, 7 May 2011 09:57:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=uZNU4vBtr1nEzDniqj6ZZSb/STeRU4c7Li1naXui78IaDNyP+rOE2yrOj1Jnq6bA1k WSnSeNLRM7/B8Ul6Yq2l0e33egeSpjsbxNf5KRjAS4vE5LtLKvLVTjOB090mjNwcFunZ u7nex1U1AzW+fN+QwkR6l/uEQ3Iex/8UcKBcY= MIME-Version: 1.0 In-Reply-To: <1304747831-2098-1-git-send-email-sboyd@codeaurora.org> References: <1304747831-2098-1-git-send-email-sboyd@codeaurora.org> From: Mike Frysinger Date: Sat, 7 May 2011 09:57:36 -0400 Message-ID: Subject: Re: [PATCH] lib: Consolidate DEBUG_STACK_USAGE option To: Stephen Boyd Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, uclinux-dist-devel@blackfin.uclinux.org, linux-m32r@ml.linux-m32r.org, linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, Chris Metcalf , user-mode-linux-devel@lists.sourceforge.net, x86@kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 877 Lines: 20 On Sat, May 7, 2011 at 01:57, Stephen Boyd wrote: > Most arches define CONFIG_DEBUG_STACK_USAGE exactly the same way. > Move it to lib/Kconfig.debug so each arch doesn't have to define > it. This obviously makes the option generic, but that's fine > because the config is already used in generic code. > > It's not obvious to me that sysrq-P actually does anything > different with this option enabled, but I erred on the side of > caution by keeping the most inclusive wording. > > Cc: uclinux-dist-devel@blackfin.uclinux.org >  arch/blackfin/Kconfig.debug  |    9 --------- Acked-by: Mike Frysinger -mike -- 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/