]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/sparc/kernel/ptrace_32.c
ptrace: change signature of arch_ptrace()
[net-next-2.6.git] / arch / sparc / kernel / ptrace_32.c
index e608f397e11f68db6b980d0d9f97ca55416c41dd..e08ba4a46acd13cdfeb10cc48499eb7874e1f80e 100644 (file)
@@ -323,7 +323,8 @@ const struct user_regset_view *task_user_regset_view(struct task_struct *task)
        return &user_sparc32_view;
 }
 
-long arch_ptrace(struct task_struct *child, long request, long addr, long data)
+long arch_ptrace(struct task_struct *child, long request,
+                unsigned long addr, unsigned long data)
 {
        unsigned long addr2 = current->thread.kregs->u_regs[UREG_I4];
        const struct user_regset_view *view;