Re: [RFC] ppc64le: Enable emulation support for simple Load/Store instructions

2016-10-20 Thread Greg KH
On Thu, Oct 20, 2016 at 12:01:55PM +0530, 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

[RFC] ppc64le: Enable emulation support for simple Load/Store instructions

2016-10-19 Thread Ravi Bangoria
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 Signed-off-by: Ravi Bangoria --- Note: This patch only enables LOAD, S