x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag
[linux-2.6-block.git] / arch / x86 / kernel / process.c
index cd5a4c9ef835aa8f800c4b990ba10543471c219c..aef852eac292627d33f6b867e196fcb3fb7e9bda 100644 (file)
@@ -415,10 +415,8 @@ void stop_this_cpu(void *dummy)
        set_cpu_online(smp_processor_id(), false);
        disable_local_APIC();
 
-       for (;;) {
-               if (hlt_works(smp_processor_id()))
-                       halt();
-       }
+       for (;;)
+               halt();
 }
 
 /*