Loading arch/x86/kernel/traps_32.c +1 −1 Original line number Diff line number Diff line Loading @@ -959,7 +959,7 @@ void __kprobes do_debug(struct pt_regs *regs, long error_code) clear_TF_reenable: set_tsk_thread_flag(tsk, TIF_SINGLESTEP); regs->flags &= ~TF_MASK; regs->flags &= ~X86_EFLAGS_TF; return; } Loading include/asm-x86/Kbuild +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ header-y += prctl.h header-y += ptrace-abi.h header-y += sigcontext32.h header-y += ucontext.h header-y += processor-flags.h unifdef-y += e820.h unifdef-y += ist.h Loading Loading
arch/x86/kernel/traps_32.c +1 −1 Original line number Diff line number Diff line Loading @@ -959,7 +959,7 @@ void __kprobes do_debug(struct pt_regs *regs, long error_code) clear_TF_reenable: set_tsk_thread_flag(tsk, TIF_SINGLESTEP); regs->flags &= ~TF_MASK; regs->flags &= ~X86_EFLAGS_TF; return; } Loading
include/asm-x86/Kbuild +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ header-y += prctl.h header-y += ptrace-abi.h header-y += sigcontext32.h header-y += ucontext.h header-y += processor-flags.h unifdef-y += e820.h unifdef-y += ist.h Loading