- 2.6.17 port work build breaks, but the patch set is relativly stable
[linux-flexiantxendom0-3.2.10.git] / include / asm-x86_64 / mach-xen / asm / system.h
index c0482e7..bde56ce 100644 (file)
@@ -424,11 +424,8 @@ do {                                                                       \
        preempt_enable_no_resched();                                    \
        ___x; })
 
-#define safe_halt()            ((void)HYPERVISOR_block())
-#define halt()                 ((void)                                 \
-       (HYPERVISOR_shared_info->vcpu_info[__vcpu_id].evtchn_upcall_mask \
-        ? HYPERVISOR_vcpu_op(VCPUOP_down, __vcpu_id, NULL)             \
-        : HYPERVISOR_block()))
+#define safe_halt()            ((void)0)
+#define halt()                 ((void)0)
 
 void cpu_idle_wait(void);