Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242210
b: refs/heads/master
c: fb7f045
h: refs/heads/master
v: v3
  • Loading branch information
David Engraf authored and Paul Mundt committed Mar 23, 2011
1 parent b67c812 commit ae6778f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c49b6ecf0870e78fa40497cd8b142915c1d5c7c9
refs/heads/master: fb7f045ace0624f1e59a7db8497e460bd54b1cbc
2 changes: 2 additions & 0 deletions trunk/arch/sh/kernel/ptrace_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ static int set_single_step(struct task_struct *tsk, unsigned long addr)

attr = bp->attr;
attr.bp_addr = addr;
/* reenable breakpoint */
attr.disabled = false;
err = modify_user_hw_breakpoint(bp, &attr);
if (unlikely(err))
return err;
Expand Down

0 comments on commit ae6778f

Please sign in to comment.