x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()
[cascardo/linux.git] / arch / x86 / kernel / process_64.c
index 50337ea..24d1b7f 100644 (file)
@@ -210,7 +210,7 @@ int copy_thread_tls(unsigned long clone_flags, unsigned long sp,
         */
        if (clone_flags & CLONE_SETTLS) {
 #ifdef CONFIG_IA32_EMULATION
-               if (is_ia32_task())
+               if (in_ia32_syscall())
                        err = do_set_thread_area(p, -1,
                                (struct user_desc __user *)tls, 0);
                else