Commit 80ca9c98 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar

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: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 40fec50a
...@@ -51,11 +51,8 @@ extern void check_efer(void); ...@@ -51,11 +51,8 @@ extern void check_efer(void);
extern unsigned long table_start, table_end; extern unsigned long table_start, table_end;
extern int exception_trace; extern int exception_trace;
extern unsigned cpu_khz;
extern unsigned tsc_khz;
extern int reboot_force; extern int reboot_force;
extern int notsc_setup(char *);
extern int gsi_irq_sharing(int gsi); extern int gsi_irq_sharing(int gsi);
......
...@@ -73,8 +73,7 @@ int check_tsc_unstable(void); ...@@ -73,8 +73,7 @@ int check_tsc_unstable(void);
extern void check_tsc_sync_source(int cpu); extern void check_tsc_sync_source(int cpu);
extern void check_tsc_sync_target(void); extern void check_tsc_sync_target(void);
#ifdef CONFIG_X86_64
extern void tsc_calibrate(void); extern void tsc_calibrate(void);
#endif extern int notsc_setup(char *);
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment