Re: [PATCH 11/39] powerpc: endian safe trampoline

2013-12-27 Thread Olof Johansson
Nothing like some holiday powerpc early boot debugging. :-) On Sun, Sep 22, 2013 at 7:04 PM, Anton Blanchard an...@samba.org wrote: From: Benjamin Herrenschmidt b...@kernel.crashing.org Create a trampoline that works in either endian and flips to the expected endian. Use it for primary and

Re: [PATCH 11/39] powerpc: endian safe trampoline

2013-12-27 Thread Benjamin Herrenschmidt
On Fri, 2013-12-27 at 23:24 -0800, Olof Johansson wrote: So, I'm really quite baffled right now. Any ideas would be welcome, I'm sort of stumped. In particular since pasemi_defconfig boots fine. So you are coming in with good endian... what if you stick an isync in there just for fun ? I

[PATCH 11/39] powerpc: endian safe trampoline

2013-09-22 Thread Anton Blanchard
From: Benjamin Herrenschmidt b...@kernel.crashing.org Create a trampoline that works in either endian and flips to the expected endian. Use it for primary and secondary thread entry as well as RTAS and OF call return. Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org Signed-off-by: