x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag
[cascardo/linux.git] / arch / x86 / xen / setup.c
index 2b73b5c..94eac5c 100644 (file)
@@ -556,9 +556,6 @@ void __init xen_arch_setup(void)
               COMMAND_LINE_SIZE : MAX_GUEST_CMDLINE);
 
        /* Set up idle, making sure it calls safe_halt() pvop */
-#ifdef CONFIG_X86_32
-       boot_cpu_data.hlt_works_ok = 1;
-#endif
        disable_cpuidle();
        disable_cpufreq();
        WARN_ON(xen_set_default_idle());