Re: [1/2] powerpc/sstep: Fix issues with set_cr0()

2017-09-20 Thread Michael Ellerman
On Tue, 2017-09-19 at 10:45:52 UTC, Anton Blanchard wrote: > From: Anton Blanchard > > set_cr0() broke when we changed analyse_instr() to not modify the > register state. Instead of looking at regs->gpr[x] which has not > been updated yet, we need to look at op->val. > > Fixes:

[PATCH 1/2] powerpc/sstep: Fix issues with set_cr0()

2017-09-19 Thread Anton Blanchard
From: Anton Blanchard set_cr0() broke when we changed analyse_instr() to not modify the register state. Instead of looking at regs->gpr[x] which has not been updated yet, we need to look at op->val. Fixes: 3cdfcbfd32b9 ("powerpc: Change analyse_instr so it doesn't modify