Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312230
b: refs/heads/master
c: c1914a0
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Ingo Molnar committed Jun 16, 2012
1 parent 3c87a72 commit 964d920
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5323ce71e4b4e1f188ebbc0cc7776885ea6c75fb
refs/heads/master: c1914a0936f79ed0236f670122e06e36e4d332ee
2 changes: 1 addition & 1 deletion trunk/kernel/events/uprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ install_breakpoint(struct uprobe *uprobe, struct mm_struct *mm,
return ret;

if (is_swbp_insn((uprobe_opcode_t *)uprobe->arch.insn))
return -EEXIST;
return -ENOTSUPP;

ret = arch_uprobe_analyze_insn(&uprobe->arch, mm, addr);
if (ret)
Expand Down

0 comments on commit 964d920

Please sign in to comment.