Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218555
b: refs/heads/master
c: 41a2437
h: refs/heads/master
i:
  218553: 9f8d842
  218551: 4ff9d44
v: v3
  • Loading branch information
Namhyung Kim authored and Linus Torvalds committed Oct 28, 2010
1 parent 9a19da9 commit f8235cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f68d2048206389603d646b06e3cc16f1bbc3ff88
refs/heads/master: 41a2437eb1d175efe1958e283241a66a871dbdea
4 changes: 2 additions & 2 deletions trunk/arch/score/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,14 @@ arch_ptrace(struct task_struct *child, long request,
ret = copy_regset_to_user(child, &user_score_native_view,
REGSET_GENERAL,
0, sizeof(struct pt_regs),
(void __user *)datap);
datap);
break;

case PTRACE_SETREGS:
ret = copy_regset_from_user(child, &user_score_native_view,
REGSET_GENERAL,
0, sizeof(struct pt_regs),
(const void __user *)datap);
datap);
break;

default:
Expand Down

0 comments on commit f8235cf

Please sign in to comment.