summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/system.h
diff options
context:
space:
mode:
authorAndi Kleen2005-07-29 06:15:35 +0200
committerLinus Torvalds2005-07-29 06:45:59 +0200
commit6391ad0aa487e7b13588b1439d2462a320b07d0d (patch)
tree4d45938e7e62fd958985852b1fdeded35fa488f8 /include/asm-x86_64/system.h
parent[PATCH] x86_64: Fix some comments in tlbflush.h (diff)
downloadkernel-qcow2-linux-6391ad0aa487e7b13588b1439d2462a320b07d0d.tar.gz
kernel-qcow2-linux-6391ad0aa487e7b13588b1439d2462a320b07d0d.tar.xz
kernel-qcow2-linux-6391ad0aa487e7b13588b1439d2462a320b07d0d.zip
[PATCH] x86_64: Remove obsolete eat_key prototype
Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86_64/system.h b/include/asm-x86_64/system.h
index 76165736e43a..96d6c3d59798 100644
--- a/include/asm-x86_64/system.h
+++ b/include/asm-x86_64/system.h
@@ -335,9 +335,6 @@ void cpu_idle_wait(void);
void disable_hlt(void);
void enable_hlt(void);
-#define HAVE_EAT_KEY
-void eat_key(void);
-
extern unsigned long arch_align_stack(unsigned long sp);
#endif