]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/blackfin/include/asm/ptrace.h
Merge branch 'master' into csb1725
[mv-sheeva.git] / arch / blackfin / include / asm / ptrace.h
index aaa1c6c2bc19c494ad7ea474103d006209162cdb..832d7c009a2cf5ed890a5e54a33074444b4d0e84 100644 (file)
@@ -113,6 +113,9 @@ extern void user_disable_single_step(struct task_struct *child);
 /* common code demands this function */
 #define ptrace_disable(child) user_disable_single_step(child)
 
+extern int is_user_addr_valid(struct task_struct *child,
+                             unsigned long start, unsigned long len);
+
 /*
  * Get the address of the live pt_regs for the specified task.
  * These are saved onto the top kernel stack when the process