[PATCH 5/9] arm64: Fix include header order in vmlinux.lds.S
From: geoff@infradead.org (Geoff Levand)
Date: 2014-08-26 19:27:30
From: geoff@infradead.org (Geoff Levand)
Date: 2014-08-26 19:27:30
Hi Mark, On Tue, 2014-08-26 at 17:27 +0100, Mark Rutland wrote:
On Fri, Aug 22, 2014 at 08:49:16PM +0100, Geoff Levand wrote:quoted
asm-generic/vmlinux.lds.h should be included after the arch specific headers so that the arch headers can override the generic macro defs in asm-generic/vmlinux.lds.h. Fixes preprosessor redefined warnings when adding arch specific macros.A sample of those warnings would be nice. What do you see being redefined?
In testing I wanted to set LOAD_OFFSET. If gave warnings like these: arch/arm64/include/asm/page.h: warning: "LOAD_OFFSET" redefined [enabled by default] I'll send out another patch with updated message. -Geoff