Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80088
b: refs/heads/master
c: ddc66df
h: refs/heads/master
v: v3
  • Loading branch information
Masami Hiramatsu authored and Ingo Molnar committed Jan 30, 2008
1 parent c1e8212 commit dcc1d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bde6f5f59c2b2b48a7a849c129d5b48838fe77ee
refs/heads/master: ddc66df876fd33d3956f3c3acc1ae334b16eedee
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
arch_disarm_kprobe(p);
regs->ip = (unsigned long)p->addr;
reset_current_kprobe();
return 1;
ret = 1;
goto no_kprobe;
#endif
}
/* We have reentered the kprobe_handler(), since
Expand Down

0 comments on commit dcc1d6d

Please sign in to comment.