x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to...
[cascardo/linux.git] / arch / x86 / mm / extable.c
index 4bb53b8..0f90cc2 100644 (file)
@@ -37,7 +37,7 @@ bool ex_handler_ext(const struct exception_table_entry *fixup,
                   struct pt_regs *regs, int trapnr)
 {
        /* Special hack for uaccess_err */
-       current_thread_info()->uaccess_err = 1;
+       current->thread.uaccess_err = 1;
        regs->ip = ex_fixup_addr(fixup);
        return true;
 }