From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [RFC v3 05/13] sections.h: add sections header to collect all section info Date: Fri, 29 Jul 2016 13:28:46 -0400 Message-ID: <20160729132846.00c154c4@gandalf.local.home> References: <1469222687-1600-1-git-send-email-mcgrof@kernel.org> <1469222687-1600-6-git-send-email-mcgrof@kernel.org> <18139776.6i7V2bF6CR@radagast> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtprelay0104.hostedemail.com ([216.40.44.104]:39769 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753098AbcG2R2z (ORCPT ); Fri, 29 Jul 2016 13:28:55 -0400 In-Reply-To: <18139776.6i7V2bF6CR@radagast> Sender: linux-arch-owner@vger.kernel.org List-ID: To: James Hogan Cc: "Luis R. Rodriguez" , hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, linux@arm.linux.org.uk, mhiramat@kernel.org, masami.hiramatsu.pt@hitachi.com, jbaron@akamai.com, heiko.carstens@de.ibm.com, ananth@linux.vnet.ibm.com, anil.s.keshavamurthy@intel.com, davem@davemloft.net, realmz6@gmail.com, x86@kernel.org, luto@amacapital.net, keescook@chromium.org, torvalds@linux-foundation.org, gregkh@linuxfoundation.org, rusty@rustcorp.com.au, gnomes@lxorguk.ukuu.org.uk, alan@linux.intel.com, dwmw2@infradead.org, arnd@arndb.de, ming.lei@canonical.com, linux-arch@vger.kernel.org, benh@kernel.crashing.org, ananth@in.ibm.com, pebolle@tiscali.nl, fontana@sharpeleven.org, ciaran.farrell@suse.com, christopher.denicolo@suse.com, david.vrabel@citrix.com, konrad.wilk@oracle.com, mcb30@ipxe.org, jgross@suse.com, andrew.cooper3@citrix.com, andriy.shevche On Fri, 22 Jul 2016 22:37:16 +0100 James Hogan wrote: > > --- /dev/null > > +++ b/arch/alpha/include/asm/sections.h > > @@ -0,0 +1,6 @@ > > +#ifndef _ASM_ALPHA_SECTIONS_H > > +#define _ASM_ALPHA_SECTIONS_H > > + > > +#include > > + > > +#endif /* _ASM_ALPHA_SECTIONS_H */ > > Any particular reason not to use generic-y in the Kbuild files for > sections.h, ranges.h, and tables.h? One of my TODOs is to simplify that process. That is, to get rid of the having to add it to all archs and get rid of the Kbuild file altogether. -- Steve From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay0104.hostedemail.com ([216.40.44.104]:39769 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753098AbcG2R2z (ORCPT ); Fri, 29 Jul 2016 13:28:55 -0400 Date: Fri, 29 Jul 2016 13:28:46 -0400 From: Steven Rostedt Subject: Re: [RFC v3 05/13] sections.h: add sections header to collect all section info Message-ID: <20160729132846.00c154c4@gandalf.local.home> In-Reply-To: <18139776.6i7V2bF6CR@radagast> References: <1469222687-1600-1-git-send-email-mcgrof@kernel.org> <1469222687-1600-6-git-send-email-mcgrof@kernel.org> <18139776.6i7V2bF6CR@radagast> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: James Hogan Cc: "Luis R. Rodriguez" , hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, linux@arm.linux.org.uk, mhiramat@kernel.org, masami.hiramatsu.pt@hitachi.com, jbaron@akamai.com, heiko.carstens@de.ibm.com, ananth@linux.vnet.ibm.com, anil.s.keshavamurthy@intel.com, davem@davemloft.net, realmz6@gmail.com, x86@kernel.org, luto@amacapital.net, keescook@chromium.org, torvalds@linux-foundation.org, gregkh@linuxfoundation.org, rusty@rustcorp.com.au, gnomes@lxorguk.ukuu.org.uk, alan@linux.intel.com, dwmw2@infradead.org, arnd@arndb.de, ming.lei@canonical.com, linux-arch@vger.kernel.org, benh@kernel.crashing.org, ananth@in.ibm.com, pebolle@tiscali.nl, fontana@sharpeleven.org, ciaran.farrell@suse.com, christopher.denicolo@suse.com, david.vrabel@citrix.com, konrad.wilk@oracle.com, mcb30@ipxe.org, jgross@suse.com, andrew.cooper3@citrix.com, andriy.shevchenko@linux.intel.com, paul.gortmaker@windriver.com, xen-devel@lists.xensource.com, ak@linux.intel.com, pali.rohar@gmail.com, dvhart@infradead.org, platform-driver-x86@vger.kernel.org, mmarek@suse.com, linux@rasmusvillemoes.dk, jkosina@suse.cz, korea.drzix@gmail.com, linux-kbuild@vger.kernel.org, tony.luck@intel.com, akpm@linux-foundation.org, linux-ia64@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, catalin.marinas@arm.com, will.deacon@arm.com, jpoimboe@redhat.com Message-ID: <20160729172846.Y3rlgI-FWOS56wnQF-U0bvEmNBrGUm_-unePwghGJTU@z> On Fri, 22 Jul 2016 22:37:16 +0100 James Hogan wrote: > > --- /dev/null > > +++ b/arch/alpha/include/asm/sections.h > > @@ -0,0 +1,6 @@ > > +#ifndef _ASM_ALPHA_SECTIONS_H > > +#define _ASM_ALPHA_SECTIONS_H > > + > > +#include > > + > > +#endif /* _ASM_ALPHA_SECTIONS_H */ > > Any particular reason not to use generic-y in the Kbuild files for > sections.h, ranges.h, and tables.h? One of my TODOs is to simplify that process. That is, to get rid of the having to add it to all archs and get rid of the Kbuild file altogether. -- Steve