mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix
- fix build error - fix CONFIG_HEADERS_CHECK error Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
f7743fe676
commit
6093015db2
2 changed files with 2 additions and 1 deletions
|
@ -959,7 +959,7 @@ debug_vm86:
|
||||||
|
|
||||||
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
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue