]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/mips/kernel/ptrace.c
ptrace: change signature of arch_ptrace()
[net-next-2.6.git] / arch / mips / kernel / ptrace.c
index c8777333e19833667fe882110fe40d954fee5eeb..95c3ae8b198cdae0b6bbca3568cf909ea1c692c4 100644 (file)
@@ -255,7 +255,8 @@ int ptrace_set_watch_regs(struct task_struct *child,
        return 0;
 }
 
-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)
 {
        int ret;