- 2.6.17 port work build breaks, but the patch set is relativly stable
[linux-flexiantxendom0-3.2.10.git] / include / asm-i386 / bugs.h
index e47cc79..50233e0 100644 (file)
@@ -92,7 +92,6 @@ static void __init check_fpu(void)
 
 static void __init check_hlt(void)
 {
-#ifndef CONFIG_XEN
        printk(KERN_INFO "Checking 'hlt' instruction... ");
        if (!boot_cpu_data.hlt_works_ok) {
                printk("disabled\n");
@@ -103,7 +102,6 @@ static void __init check_hlt(void)
        halt();
        halt();
        printk("OK.\n");
-#endif
 }
 
 /*