projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d970a52
)
[PATCH] x86_64: Remove obsolete eat_key prototype
author
Andi Kleen
<ak@suse.de>
Fri, 29 Jul 2005 04:15:35 +0000
(21:15 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 29 Jul 2005 04:45:59 +0000
(21:45 -0700)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-x86_64/system.h
patch
|
blob
|
history
diff --git
a/include/asm-x86_64/system.h
b/include/asm-x86_64/system.h
index 76165736e43a8c1b913c11ab224c907efe351577..96d6c3d5979899fd4f5f5292fe2cd0e5da6b16d5 100644
(file)
--- 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