Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932521Ab2KFIOF (ORCPT ); Tue, 6 Nov 2012 03:14:05 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:34661 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932149Ab2KFIOD (ORCPT ); Tue, 6 Nov 2012 03:14:03 -0500 MIME-Version: 1.0 In-Reply-To: <1352156701-4038-25-git-send-email-keescook@chromium.org> References: <1352156701-4038-1-git-send-email-keescook@chromium.org> <1352156701-4038-25-git-send-email-keescook@chromium.org> From: Matt Turner Date: Tue, 6 Nov 2012 00:13:42 -0800 Message-ID: Subject: Re: [PATCH 024/104] arch/alpha: remove depends on CONFIG_EXPERIMENTAL To: Kees Cook Cc: linux-kernel@vger.kernel.org, Richard Henderson , Ivan Kokshaysky , Thomas Gleixner , "Michael S. Tsirkin" , Anna-Maria Gleixner , Andrew Morton Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1651 Lines: 41 On Mon, Nov 5, 2012 at 3:03 PM, Kees Cook wrote: > The CONFIG_EXPERIMENTAL config item has not carried much meaning for a > while now and is almost always enabled by default. As agreed during the > Linux kernel summit, remove it from any "depends on" lines in Kconfigs. > > CC: Richard Henderson > CC: Ivan Kokshaysky > CC: Matt Turner > CC: Thomas Gleixner > CC: "Michael S. Tsirkin" > CC: Anna-Maria Gleixner > CC: Andrew Morton > Signed-off-by: Kees Cook > --- > arch/alpha/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig > index 5dd7f5d..65ec1c8 100644 > --- a/arch/alpha/Kconfig > +++ b/arch/alpha/Kconfig > @@ -557,8 +557,7 @@ config NR_CPUS > with working support have a maximum of 4 CPUs. > > config ARCH_DISCONTIGMEM_ENABLE > - bool "Discontiguous Memory Support (EXPERIMENTAL)" > - depends on EXPERIMENTAL > + bool "Discontiguous Memory Support" > help > Say Y to support efficient handling of discontiguous physical memory, > for architectures which are either NUMA (Non-Uniform Memory Access) > -- > 1.7.9.5 > Acked-by: Matt Turner -- 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/