Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8559
b: refs/heads/master
c: df09ce4
h: refs/heads/master
i:
  8557: bda294b
  8555: ae2e7a9
  8551: 70616a9
  8543: 2d1981a
v: v3
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Sep 12, 2005
1 parent b266164 commit 4dc1b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a0987224dc80b3eb98cc7a135422acbda8538146
refs/heads/master: df09ce4a15bac7b05356b2f00fbb600c5890b1f3
6 changes: 3 additions & 3 deletions trunk/arch/ppc64/kernel/ptrace32.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,9 @@ int sys32_ptrace(long request, long pid, unsigned long addr, unsigned long data)
break;
}

case PTRACE_GETEVENTMSG:
ret = put_user(child->ptrace_message, (unsigned int __user *) data);
break;
case PTRACE_GETEVENTMSG:
ret = put_user(child->ptrace_message, (unsigned int __user *) data);
break;

#ifdef CONFIG_ALTIVEC
case PTRACE_GETVRREGS:
Expand Down

0 comments on commit 4dc1b6d

Please sign in to comment.