Loading arch/powerpc/lib/sstep.c +3 −2 Original line number Diff line number Diff line Loading @@ -3179,8 +3179,9 @@ int emulate_step(struct pt_regs *regs, unsigned int instr) * entry code works. If that is changed, this will * need to be changed also. */ if (regs->gpr[0] == 0x1ebe && cpu_has_feature(CPU_FTR_REAL_LE)) { if (IS_ENABLED(CONFIG_PPC_FAST_ENDIAN_SWITCH) && cpu_has_feature(CPU_FTR_REAL_LE) && regs->gpr[0] == 0x1ebe) { regs->msr ^= MSR_LE; goto instr_done; } Loading Loading
arch/powerpc/lib/sstep.c +3 −2 Original line number Diff line number Diff line Loading @@ -3179,8 +3179,9 @@ int emulate_step(struct pt_regs *regs, unsigned int instr) * entry code works. If that is changed, this will * need to be changed also. */ if (regs->gpr[0] == 0x1ebe && cpu_has_feature(CPU_FTR_REAL_LE)) { if (IS_ENABLED(CONFIG_PPC_FAST_ENDIAN_SWITCH) && cpu_has_feature(CPU_FTR_REAL_LE) && regs->gpr[0] == 0x1ebe) { regs->msr ^= MSR_LE; goto instr_done; } Loading