]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-um/ptrace-x86_64.h
hwmon: Define sysfs interface for energy consumption register
[linux-2.6-omap-h63xx.git] / include / asm-um / ptrace-x86_64.h
index bf61d17de3f72d776a2f5ba3e6e1017c6884101d..4c475350dcf02a545102042493508d9aa70686ba 100644 (file)
@@ -76,15 +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)
-{
-}
-
-extern void arch_switch_to_skas(struct task_struct *from,
-                               struct task_struct *to);
-
-extern long arch_prctl_skas(struct task_struct *task, int code,
-                           unsigned long __user *addr);
-
+extern long arch_prctl(struct task_struct *task, int code,
+                      unsigned long __user *addr);
 #endif