Loading arch/mips/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -447,9 +447,9 @@ static inline void simulate_sc(struct pt_regs *regs, unsigned int opcode) preempt_disable(); if (ll_bit == 0 || ll_task != current) { compute_return_epc(regs); regs->regs[reg] = 0; preempt_enable(); compute_return_epc(regs); return; } Loading Loading
arch/mips/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -447,9 +447,9 @@ static inline void simulate_sc(struct pt_regs *regs, unsigned int opcode) preempt_disable(); if (ll_bit == 0 || ll_task != current) { compute_return_epc(regs); regs->regs[reg] = 0; preempt_enable(); compute_return_epc(regs); return; } Loading