Re: [PATCH v4 06/24] openrisc: add l.lwa/l.swa emulation

2017-02-24 Thread Stafford Horne
On Fri, Feb 24, 2017 at 10:27:37AM +0100, Jonas Bonn wrote: > On 02/24/2017 05:32 AM, Stafford Horne wrote: > > From: Stefan Kristiansson > > > > This adds an emulation layer for implementations > > that lack the l.lwa and l.swa instructions. > > It handles these instructions both in kernel space

Re: [PATCH v4 06/24] openrisc: add l.lwa/l.swa emulation

2017-02-24 Thread Jonas Bonn
On 02/24/2017 05:32 AM, Stafford Horne wrote: From: Stefan Kristiansson This adds an emulation layer for implementations that lack the l.lwa and l.swa instructions. It handles these instructions both in kernel space and user space. Signed-off-by: Stefan Kristiansson [sho...@gmail.com: Added d

[PATCH v4 06/24] openrisc: add l.lwa/l.swa emulation

2017-02-23 Thread Stafford Horne
From: Stefan Kristiansson This adds an emulation layer for implementations that lack the l.lwa and l.swa instructions. It handles these instructions both in kernel space and user space. Signed-off-by: Stefan Kristiansson [sho...@gmail.com: Added delay slot pc adjust logic] Signed-off-by: Staffo