x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to...
[cascardo/linux.git] / arch / x86 / include / asm / thread_info.h
index ffae84d..7c47bb6 100644 (file)
@@ -58,8 +58,6 @@ struct thread_info {
        __u32                   status;         /* thread synchronous flags */
        __u32                   cpu;            /* current CPU */
        mm_segment_t            addr_limit;
-       unsigned int            sig_on_uaccess_error:1;
-       unsigned int            uaccess_err:1;  /* uaccess failed */
 };
 
 #define INIT_THREAD_INFO(tsk)                  \
@@ -255,7 +253,7 @@ static inline bool test_and_clear_restore_sigmask(void)
        return true;
 }
 
-static inline bool is_ia32_task(void)
+static inline bool in_ia32_syscall(void)
 {
 #ifdef CONFIG_X86_32
        return true;