diff options
Diffstat (limited to 'arch/ppc64')
-rw-r--r-- | arch/ppc64/kernel/ptrace32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ppc64/kernel/ptrace32.c b/arch/ppc64/kernel/ptrace32.c index 4d1568c946cc..cbb1e0fb8813 100644 --- a/arch/ppc64/kernel/ptrace32.c +++ b/arch/ppc64/kernel/ptrace32.c | |||
@@ -406,9 +406,9 @@ int sys32_ptrace(long request, long pid, unsigned long addr, unsigned long data) | |||
406 | break; | 406 | break; |
407 | } | 407 | } |
408 | 408 | ||
409 | case PTRACE_GETEVENTMSG: | 409 | case PTRACE_GETEVENTMSG: |
410 | ret = put_user(child->ptrace_message, (unsigned int __user *) data); | 410 | ret = put_user(child->ptrace_message, (unsigned int __user *) data); |
411 | break; | 411 | break; |
412 | 412 | ||
413 | #ifdef CONFIG_ALTIVEC | 413 | #ifdef CONFIG_ALTIVEC |
414 | case PTRACE_GETVRREGS: | 414 | case PTRACE_GETVRREGS: |