diff options
Diffstat (limited to 'arch/x86/include/asm/processor.h')
| -rw-r--r-- | arch/x86/include/asm/processor.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index d048cad9bca..b98c0d958eb 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -423,7 +423,6 @@ DECLARE_INIT_PER_CPU(irq_stack_union);  DECLARE_PER_CPU(char *, irq_stack_ptr);  DECLARE_PER_CPU(unsigned int, irq_count); -extern unsigned long kernel_eflags;  extern asmlinkage void ignore_sysret(void);  #else	/* X86_64 */  #ifdef CONFIG_CC_STACKPROTECTOR @@ -759,6 +758,8 @@ static inline void update_debugctlmsr(unsigned long debugctlmsr)  	wrmsrl(MSR_IA32_DEBUGCTLMSR, debugctlmsr);  } +extern void set_task_blockstep(struct task_struct *task, bool on); +  /*   * from system description table in BIOS. Mostly for MCA use, but   * others may find it useful:  |