| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-devel] [RFC v3 05/13] sections.h: add sections header to	collect all section info
 
To: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>From: James Hogan <james.hogan@xxxxxxxxxx>Date: Fri, 22 Jul 2016 22:37:16 +0100Cc: gnomes@xxxxxxxxxxxxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx, jkosina@xxxxxxx, benh@xxxxxxxxxxxxxxxxxxx, ming.lei@xxxxxxxxxxxxx, heiko.carstens@xxxxxxxxxx, platform-driver-x86@xxxxxxxxxxxxxxx, paul.gortmaker@xxxxxxxxxxxxx, hpa@xxxxxxxxx, masami.hiramatsu.pt@xxxxxxxxxxx, linux-arch@xxxxxxxxxxxxxxx, sparclinux@xxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx, linux@xxxxxxxxxxxxxxxx, linux-sh@xxxxxxxxxxxxxxx, will.deacon@xxxxxxx, korea.drzix@xxxxxxxxx, x86@xxxxxxxxxx, anil.s.keshavamurthy@xxxxxxxxx, fontana@xxxxxxxxxxxxxxx, torvalds@xxxxxxxxxxxxxxxxxxxx, mingo@xxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, catalin.marinas@xxxxxxx, dvhart@xxxxxxxxxxxxx, david.vrabel@xxxxxxxxxx, pali.rohar@xxxxxxxxx, keescook@xxxxxxxxxxxx, arnd@xxxxxxxx, realmz6@xxxxxxxxx, linux@xxxxxxxxxxxxxxxxxx, rusty@xxxxxxxxxxxxxxx, rostedt@xxxxxxxxxxx, christopher.denicolo@xxxxxxxx, jbaron@xxxxxxxxxx, ananth@xxxxxxxxxxxxxxxxxx, bp@xxxxxxxxx, jpoimboe@xxxxxxxxxx, tglx@xxxxxxxxxxxxx, andriy.shevchenko@xxxxxxxxxxxxxxx, mcb30@xxxxxxxx, linux-kbuild@xxxxxxxxxxxxxxx, alan@xxxxxxxxxxxxxxx, jgross@xxxxxxxx, pebolle@xxxxxxxxxx, tony.luck@xxxxxxxxx, ananth@xxxxxxxxxx, gregkh@xxxxxxxxxxxxxxxxxxx, luto@xxxxxxxxxxxxxx, ak@xxxxxxxxxxxxxxx, mmarek@xxxxxxxx, mhiramat@xxxxxxxxxx, andrew.cooper3@xxxxxxxxxx, ciaran.farrell@xxxxxxxx, akpm@xxxxxxxxxxxxxxxxxxxx, dwmw2@xxxxxxxxxxxxx, davem@xxxxxxxxxxxxxDelivery-date: Fri, 22 Jul 2016 21:37:36 +0000List-id: Xen developer discussion <xen-devel.lists.xen.org> 
 Hi Luis,
On Friday 22 July 2016 14:24:39 Luis R. Rodriguez wrote:
>  arch/alpha/include/asm/sections.h     |   6 +
>  arch/arm64/include/asm/sections.h     |   6 +
>  arch/avr32/include/asm/sections.h     |   6 +
>  arch/cris/include/asm/sections.h      |   6 +
>  arch/h8300/include/asm/sections.h     |   6 +
>  arch/hexagon/include/asm/sections.h   |   6 +
>  arch/m32r/include/asm/sections.h      |   6 +
>  arch/m68k/include/asm/sections.h      |   6 +
>  arch/metag/include/asm/sections.h     |   6 +
>  arch/mips/include/asm/sections.h      |   6 +
>  arch/mn10300/include/asm/sections.h   |   6 +
>  arch/nios2/include/asm/sections.h     |   6 +
>  arch/openrisc/include/asm/sections.h  |   6 +
>  arch/score/include/asm/sections.h     |   6 +
>  arch/unicore32/include/asm/sections.h |   6 +
>  arch/xtensa/include/asm/sections.h    |   6 +
> diff --git a/arch/alpha/include/asm/sections.h 
> b/arch/alpha/include/asm/sections.h
> new file mode 100644
> index 000000000000..e58fc679fe15
> --- /dev/null
> +++ b/arch/alpha/include/asm/sections.h
> @@ -0,0 +1,6 @@
> +#ifndef _ASM_ALPHA_SECTIONS_H
> +#define _ASM_ALPHA_SECTIONS_H
> +
> +#include <asm-generic/sections.h>
> +
> +#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?
Cheers
James
 Attachment:
signature.ascDescription: This is a digitally signed message part.
 _______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
 
 |