Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218553
b: refs/heads/master
c: 1cb4953
h: refs/heads/master
i:
  218551: 4ff9d44
v: v3
  • Loading branch information
Namhyung Kim authored and Linus Torvalds committed Oct 28, 2010
1 parent 7d7fa39 commit 9f8d842
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: 261bb92054b9e0835c176a27967dd9eb326d010c
refs/heads/master: 1cb4953c608d01d8ea522e2cf379e5e90f06d7a3
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ long arch_ptrace(struct task_struct *child, long request,
addr >= sizeof(struct pt_regs))
break;
tmp = *(unsigned long *) ((char *) task_regs(child) + addr);
ret = put_user(tmp, (unsigned long *) data);
ret = put_user(tmp, (unsigned long __user *) data);
break;

/* Write the word at location addr in the USER area. This will need
Expand Down

0 comments on commit 9f8d842

Please sign in to comment.