diff options
author | Andi Kleen <ak@suse.de> | 2006-01-11 16:42:42 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 22:01:12 -0500 |
commit | 2d52ede9876ba566b583f255fdc43800eea81baa (patch) | |
tree | 07f405b7807ac54a9e091ea6054281d2c290e6c6 /include/asm-x86_64/system.h | |
parent | 7eb903f4a5c35c8310f0aa7b0e94aae0b826d837 (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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-x86_64/system.h b/include/asm-x86_64/system.h index b34cc2ee222b..1200ea2ea12f 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 | ||
331 | void cpu_idle_wait(void); | 331 | void cpu_idle_wait(void); |
332 | 332 | ||
333 | /* | ||
334 | * disable hlt during certain critical i/o operations | ||
335 | */ | ||
336 | #define HAVE_DISABLE_HLT | ||
337 | void disable_hlt(void); | ||
338 | void enable_hlt(void); | ||
339 | |||
340 | extern unsigned long arch_align_stack(unsigned long sp); | 333 | extern unsigned long arch_align_stack(unsigned long sp); |
341 | 334 | ||
342 | #endif | 335 | #endif |