Re: [PATCH 2/9] pseries: Add H_SET_MODE to change exception endianness

2013-11-21 Thread Michael Ellerman
On Wed, Nov 20, 2013 at 10:14:59PM +1100, Anton Blanchard wrote: > On little endian builds call H_SET_MODE so exceptions have the > correct endianness. We need to reset the endian during kexec > so do that in the MMU hashtable clear callback. > > Signed-off-by: Anton Blanchard > --- > arch/power

[PATCH 2/9] pseries: Add H_SET_MODE to change exception endianness

2013-11-20 Thread Anton Blanchard
On little endian builds call H_SET_MODE so exceptions have the correct endianness. We need to reset the endian during kexec so do that in the MMU hashtable clear callback. Signed-off-by: Anton Blanchard --- arch/powerpc/include/asm/hvcall.h | 2 ++ arch/powerpc/include/asm/plpar_wrapper