Re: [RFC PATCH] powerpc: allow allyesconfig to build more
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2014-02-28 07:46:44
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2014-02-28 07:46:44
On Fri, 2014-02-28 at 15:06 +1100, Michael Neuling wrote:
Stephen Rothwell [off-list ref] wrote:quoted
Fixes this build error: arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:1312: Error: attempt to move .org backwards Signed-off-by: Stephen Rothwell <redacted>Builds and boots for me Acked-off-by: Michael Neuling [off-list ref]
And breaks at least one of my configs (the g5 one) with a relocation problem in head_64.o (which is why I had modified the original patch to be less aggressive iirc). We end up moving things too far away from a conditional branch, I think the masked_*interrupt stuff. We need to shuffle things a bit more to get that to work. Cheers, Ben.