r8169: fix oops in r8169_get_mac_version
[cascardo/linux.git] / include / asm-um / ptrace-x86_64.h
index 03b4af4..4c47535 100644 (file)
@@ -76,14 +76,6 @@ static inline int ptrace_set_thread_area(struct task_struct *child, int idx,
         return -ENOSYS;
 }
 
-static inline void arch_switch_to_tt(struct task_struct *from,
-                                     struct task_struct *to)
-{
-}
-
-static inline void arch_switch_to_skas(struct task_struct *from,
-                                       struct task_struct *to)
-{
-}
-
+extern long arch_prctl(struct task_struct *task, int code,
+                      unsigned long __user *addr);
 #endif