Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107142
b: refs/heads/master
c: 1ac42ef
h: refs/heads/master
v: v3
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Jul 30, 2008
1 parent 0a560a4 commit 4b41413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 33b3f03dccc26c377e9689790ecc41079a0c9ca7
refs/heads/master: 1ac42ef844d7c0996f15c6f94f463ac94cb80818
6 changes: 2 additions & 4 deletions trunk/arch/powerpc/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -975,15 +975,13 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
case PTRACE_GETVSRREGS:
return copy_regset_to_user(child, &user_ppc_native_view,
REGSET_VSX,
0, (32 * sizeof(vector128) +
sizeof(u32)),
0, 32 * sizeof(double),
(void __user *) data);

case PTRACE_SETVSRREGS:
return copy_regset_from_user(child, &user_ppc_native_view,
REGSET_VSX,
0, (32 * sizeof(vector128) +
sizeof(u32)),
0, 32 * sizeof(double),
(const void __user *) data);
#endif
#ifdef CONFIG_SPE
Expand Down

0 comments on commit 4b41413

Please sign in to comment.