aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/proto.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:18 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:18 +0100
commit80ca9c98f50c11b63b87971594d7e38cba0bbcef (patch)
tree852a723ed9b1dafab02ab964ae05a857da186870 /include/asm-x86/proto.h
parent40fec50ac4dd436b06630f415789e57200c5b06f (diff)
x86: move tsc related declarations
tsc has also it's own header file. Nuke the stupid 64 bit ifdef while at it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/proto.h')
-rw-r--r--include/asm-x86/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h
index 8ed1ebf666b..a47e526716f 100644
--- a/include/asm-x86/proto.h
+++ b/include/asm-x86/proto.h
@@ -51,11 +51,8 @@ extern void check_efer(void);
extern unsigned long table_start, table_end;
extern int exception_trace;
-extern unsigned cpu_khz;
-extern unsigned tsc_khz;
extern int reboot_force;
-extern int notsc_setup(char *);
extern int gsi_irq_sharing(int gsi);