Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169011
b: refs/heads/master
c: 46b60fa
h: refs/heads/master
i:
  169009: 7c1a437
  169007: afc49a5
v: v3
  • Loading branch information
Jie Zhang authored and Mike Frysinger committed Nov 25, 2009
1 parent 6d9e951 commit 3b25d9e
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: a2ca78cee1c428843f6833150c7e64db05f9d668
refs/heads/master: 46b60faf8c68a200bbccbe5bc6e51c414145b9af
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
case BFIN_MEM_ACCESS_CORE:
case BFIN_MEM_ACCESS_CORE_ONLY:
copied = access_process_vm(child, addr, &data,
to_copy, 0);
to_copy, 1);
if (copied)
break;

Expand Down

0 comments on commit 3b25d9e

Please sign in to comment.