Re: [PATCH v2 1/2] powerpc: Emulation support for load/store instructions on LE

From: Naveen N. Rao
Date: Tue Feb 14 2017 - 03:50:06 EST


On 2017/02/14 01:32PM, Ravi Bangoria wrote:
> emulate_step() uses a number of underlying kernel functions that were
> initially not enabled for LE. This has been rectified since. So, fix
> emulate_step() for LE for the corresponding instructions.
>
> Reported-by: Anton Blanchard <anton@xxxxxxxxx>
> Signed-off-by: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxxxxxxx>

Can you redo this on top of powerpc/next? This doesn't apply cleanly due
to a recent change...

- Naveen