Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752531AbbETAy4 (ORCPT ); Tue, 19 May 2015 20:54:56 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:39392 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751528AbbETAyy (ORCPT ); Tue, 19 May 2015 20:54:54 -0400 Date: Tue, 19 May 2015 17:54:52 -0700 From: josh@joshtriplett.org To: Paul Bolle Cc: Iulia Manda , tim.bird@sonymobile.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] init: Set initcall_debug to a default value Message-ID: <20150520005452.GC32153@cloud> References: <1431949832-13606-1-git-send-email-iulia.manda21@gmail.com> <1431949832-13606-3-git-send-email-iulia.manda21@gmail.com> <1432028814.9091.68.camel@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432028814.9091.68.camel@x220> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1006 Lines: 27 On Tue, May 19, 2015 at 11:46:54AM +0200, Paul Bolle wrote: > On Mon, 2015-05-18 at 14:50 +0300, Iulia Manda wrote: > > --- > > include/linux/init.h | 3 ++- > > init/main.c | 3 +-- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/include/linux/init.h b/include/linux/init.h > > index 21b6d76..7c7ee80 100644 > > --- a/include/linux/init.h > > +++ b/include/linux/init.h > > > -extern bool initcall_debug; > > +DECLARE_CORE_PARAM(initcall_debug, false, bool); > > CONFIG_CMDLINE_PARSE will never be set outside of x86, right? So does > this change nothing for those other architectures? See comment on the previous patch; this is not x86-specific, and it should be a config option for all architectures. - Josh Triplett -- 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/