]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-um/ptrace-x86_64.h
x86_64: mcelog tolerant level cleanup
[linux-2.6-omap-h63xx.git] / include / asm-um / ptrace-x86_64.h
index 03b4af4ac09a3c82509e93dc835ee84bb7f7d111..bf61d17de3f72d776a2f5ba3e6e1017c6884101d 100644 (file)
@@ -81,9 +81,10 @@ static inline void arch_switch_to_tt(struct task_struct *from,
 {
 }
 
-static inline void arch_switch_to_skas(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);
 
 #endif