aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/system.h
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-01-11 16:42:42 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-11 22:01:12 -0500
commit2d52ede9876ba566b583f255fdc43800eea81baa (patch)
tree07f405b7807ac54a9e091ea6054281d2c290e6c6 /include/asm-x86_64/system.h
parent7eb903f4a5c35c8310f0aa7b0e94aae0b826d837 (diff)
[PATCH] x86_64: Remove enable/disable_hlt
Was only used by the floppy driver to work around some ancient hardware bug that should never occur on any 64bit system. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64/system.h')
-rw-r--r--include/asm-x86_64/system.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-x86_64/system.h b/include/asm-x86_64/system.h
index b34cc2ee222..1200ea2ea12 100644
--- a/include/asm-x86_64/system.h
+++ b/include/asm-x86_64/system.h
@@ -330,13 +330,6 @@ static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old,
330 330
331void cpu_idle_wait(void); 331void cpu_idle_wait(void);
332 332
333/*
334 * disable hlt during certain critical i/o operations
335 */
336#define HAVE_DISABLE_HLT
337void disable_hlt(void);
338void enable_hlt(void);
339
340extern unsigned long arch_align_stack(unsigned long sp); 333extern unsigned long arch_align_stack(unsigned long sp);
341 334
342#endif 335#endif