X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-um%2Fptrace-x86_64.h;h=4c475350dcf02a545102042493508d9aa70686ba;hb=c21d1e7f53ffd9c0f162c42e7fde07d1c45fa127;hp=03b4af4ac09a3c82509e93dc835ee84bb7f7d111;hpb=f0b364a13d7fba001c0571d954f165dfaf5f434a;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-um/ptrace-x86_64.h b/include/asm-um/ptrace-x86_64.h index 03b4af4ac09..4c475350dcf 100644 --- a/include/asm-um/ptrace-x86_64.h +++ b/include/asm-um/ptrace-x86_64.h @@ -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