Re: [Qemu-devel] [PATCH] target/ppc: reset reservation in do_rfi()

2017-05-15 Thread David Gibson
On Mon, May 15, 2017 at 02:05:09PM +0530, Nikunj A Dadhania wrote: > For transitioning back to userspace after the interrupt. > > Suggested-by: Richard Henderson > Signed-off-by: Nikunj A Dadhania Applied to ppc-for-2.10. thanks. > --- > target/ppc/excp_helper.c | 3 +++ > 1 file changed, 3 i

[Qemu-devel] [PATCH] target/ppc: reset reservation in do_rfi()

2017-05-15 Thread Nikunj A Dadhania
For transitioning back to userspace after the interrupt. Suggested-by: Richard Henderson Signed-off-by: Nikunj A Dadhania --- target/ppc/excp_helper.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index a6bcb47..9cb2123 100644 --- a/t