diff options
-rw-r--r-- | arch/mips/kernel/uprobes.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/kernel/uprobes.c b/arch/mips/kernel/uprobes.c index 4aaff3b3175c..6dbe4eab0a0e 100644 --- a/arch/mips/kernel/uprobes.c +++ b/arch/mips/kernel/uprobes.c | |||
@@ -112,9 +112,6 @@ int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs) | |||
112 | */ | 112 | */ |
113 | aup->resume_epc = regs->cp0_epc + 4; | 113 | aup->resume_epc = regs->cp0_epc + 4; |
114 | if (insn_has_delay_slot((union mips_instruction) aup->insn[0])) { | 114 | if (insn_has_delay_slot((union mips_instruction) aup->insn[0])) { |
115 | unsigned long epc; | ||
116 | |||
117 | epc = regs->cp0_epc; | ||
118 | __compute_return_epc_for_insn(regs, | 115 | __compute_return_epc_for_insn(regs, |
119 | (union mips_instruction) aup->insn[0]); | 116 | (union mips_instruction) aup->insn[0]); |
120 | aup->resume_epc = regs->cp0_epc; | 117 | aup->resume_epc = regs->cp0_epc; |