x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility
[pandora-kernel.git] / arch / x86 / include / asm / system.h
index 2d2f01c..d75adff 100644 (file)
@@ -93,10 +93,6 @@ do {                                                                 \
                        "memory");                                      \
 } while (0)
 
-/*
- * disable hlt during certain critical i/o operations
- */
-#define HAVE_DISABLE_HLT
 #else
 
 /* frame pointer must be last for get_wchan */
@@ -392,9 +388,6 @@ static inline void clflush(volatile void *__p)
 
 #define nop() asm volatile ("nop")
 
-void disable_hlt(void);
-void enable_hlt(void);
-
 void cpu_idle_wait(void);
 
 extern unsigned long arch_align_stack(unsigned long sp);