x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err
[cascardo/linux.git] / arch / x86 / mm / fault.c
index 69be03d..d22161a 100644 (file)
@@ -737,7 +737,7 @@ no_context(struct pt_regs *regs, unsigned long error_code,
                 * In this case we need to make sure we're not recursively
                 * faulting through the emulate_vsyscall() logic.
                 */
-               if (current->thread.sig_on_uaccess_error && signal) {
+               if (current->thread.sig_on_uaccess_err && signal) {
                        tsk->thread.trap_nr = X86_TRAP_PF;
                        tsk->thread.error_code = error_code | PF_USER;
                        tsk->thread.cr2 = address;