diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/processor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index cae9c3cb95cf..b79bd980461c 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h | |||
@@ -762,10 +762,11 @@ extern void select_idle_routine(const struct cpuinfo_x86 *c); | |||
762 | extern void init_c1e_mask(void); | 762 | extern void init_c1e_mask(void); |
763 | 763 | ||
764 | extern unsigned long boot_option_idle_override; | 764 | extern unsigned long boot_option_idle_override; |
765 | extern unsigned long idle_halt; | ||
766 | extern unsigned long idle_nomwait; | ||
767 | extern bool c1e_detected; | 765 | extern bool c1e_detected; |
768 | 766 | ||
767 | enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_NOMWAIT, | ||
768 | IDLE_POLL, IDLE_FORCE_MWAIT}; | ||
769 | |||
769 | extern void enable_sep_cpu(void); | 770 | extern void enable_sep_cpu(void); |
770 | extern int sysenter_setup(void); | 771 | extern int sysenter_setup(void); |
771 | 772 | ||