x86 idle: remove mwait_idle() and "idle=mwait" cmdline param
[cascardo/linux.git] / arch / x86 / include / asm / processor.h
index c2f7f47..8a28fea 100644 (file)
@@ -725,7 +725,7 @@ extern unsigned long                boot_option_idle_override;
 extern bool                    amd_e400_c1e_detected;
 
 enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_NOMWAIT,
-                        IDLE_POLL, IDLE_FORCE_MWAIT};
+                        IDLE_POLL};
 
 extern void enable_sep_cpu(void);
 extern int sysenter_setup(void);