ptrace: change signature of arch_ptrace()
[linux-2.6-block.git] / arch / mn10300 / kernel / ptrace.c
index cf847dabc1bd3a7cd810628ea2500bbfd8b922a7..ec4b41439e991bcede0e1176ed6935cd08db35f4 100644 (file)
@@ -295,7 +295,8 @@ void ptrace_disable(struct task_struct *child)
 /*
  * handle the arch-specific side of process tracing
  */
-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 tmp;
        int ret;