Commit 6093015d authored by Ingo Molnar's avatar Ingo Molnar

x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix

- fix build error
- fix CONFIG_HEADERS_CHECK error
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f7743fe6
...@@ -959,7 +959,7 @@ void __kprobes do_debug(struct pt_regs *regs, long error_code) ...@@ -959,7 +959,7 @@ void __kprobes do_debug(struct pt_regs *regs, long error_code)
clear_TF_reenable: clear_TF_reenable:
set_tsk_thread_flag(tsk, TIF_SINGLESTEP); set_tsk_thread_flag(tsk, TIF_SINGLESTEP);
regs->flags &= ~TF_MASK; regs->flags &= ~X86_EFLAGS_TF;
return; return;
} }
......
...@@ -10,6 +10,7 @@ header-y += prctl.h ...@@ -10,6 +10,7 @@ header-y += prctl.h
header-y += ptrace-abi.h header-y += ptrace-abi.h
header-y += sigcontext32.h header-y += sigcontext32.h
header-y += ucontext.h header-y += ucontext.h
header-y += processor-flags.h
unifdef-y += e820.h unifdef-y += e820.h
unifdef-y += ist.h unifdef-y += ist.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment