|
@@ -38,8 +38,8 @@ struct pt_regs {
|
|
|
|
|
|
struct task_struct;
|
|
|
|
|
|
-extern long subarch_ptrace(struct task_struct *child, long request, long addr,
|
|
|
- long data);
|
|
|
+extern long subarch_ptrace(struct task_struct *child, long request,
|
|
|
+ unsigned long addr, unsigned long data);
|
|
|
extern unsigned long getreg(struct task_struct *child, int regno);
|
|
|
extern int putreg(struct task_struct *child, int regno, unsigned long value);
|
|
|
extern int get_fpregs(struct user_i387_struct __user *buf,
|